Skip to content

Instantly share code, notes, and snippets.

@lox
Last active October 18, 2018 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lox/9071ed2e6343a1fb4a83a15d8cb536a5 to your computer and use it in GitHub Desktop.
Save lox/9071ed2e6343a1fb4a83a15d8cb536a5 to your computer and use it in GitHub Desktop.
Example of docker plugin for windows
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