features/src/powershell
github-actions[bot] 6bf4a7dbec
Automated documentation update (#431)
Automated documentation update [skip ci]

Co-authored-by: github-actions <github-actions@github.com>
2023-01-30 11:42:51 -08:00
..
devcontainer-feature.json Install PowerShell Modules (#427) 2023-01-30 11:29:13 -08:00
install.sh Install PowerShell Modules (#427) 2023-01-30 11:29:13 -08:00
NOTES.md OS support in Feature NOTES.md (#366) 2022-12-27 12:27:57 -05:00
README.md Automated documentation update (#431) 2023-01-30 11:42:51 -08:00

PowerShell (powershell)

Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.

Example Usage

"features": {
    "ghcr.io/devcontainers/features/powershell:1": {}
}

Options

Options Id Description Type Default Value
version Select or enter a version of PowerShell. string latest
modules Optional comma separated list of PowerShell modules to install. string -

OS Support

This Feature should work on recent versions of Debian/Ubuntu-based distributions with the apt package manager installed.

bash is required to execute the install.sh script.


Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.