Last active
October 18, 2018 05:38
-
-
Save lox/9071ed2e6343a1fb4a83a15d8cb536a5 to your computer and use it in GitHub Desktop.
Example of docker plugin for windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
steps: | |
- command: echo hello world | |
agents: | |
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}" | |
plugins: | |
- "docker#d2c3221": | |
image: "microsoft/windowsservercore:ltsc2016" | |
debug: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment