Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions virtualization/windowscontainers/quick-start/set-up-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,18 @@ This script does install the [Windows CNI plugins](https://github.com/microsoft/
- [Instructions for installing nerdctl on Windows.](https://github.com/containerd/nerdctl#install)
- [More advanced community installer for containerd](https://github.com/lippertmarkus/containerd-installer)

# [Stevedore](#tab/stevedore)

[Stevedore](https://github.com/slonopotamus/stevedore) is a community effort to provide an easy way to install upstream Docker Engine and accompanied tools like Docker Compose.

Stevedore supports multiple installation ways:

* If you have [Chocolatey package manager](https://chocolatey.org) configured, run `choco install stevedore` from elevated Command shell to install Stevedore.
* Or, you can use [WinGet](https://winget.run) to install Stevedore by running `winget install stevedore`.
* Or, you can [download MSI installer](https://github.com/slonopotamus/stevedore/releases).

Please consult [Stevedore documentation](https://github.com/slonopotamus/stevedore#stevedore) for more information.

---
<!-- stop tab view -->

Expand Down