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
11 changes: 11 additions & 0 deletions source/_posts/docker-volumes-and-mounts-in-vsts-agents.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Docker volumes and mounts in VSTS agents
date: '2018-08-08T00:11:17-05:00'
tags:
- docker vsts
---
\- VSTS runs docker commands in command prompt, not PS. So use double quotes, no single quotes.

\- docker --mount should be used in favor of docker -v.

\- When using docker -v use docker inspect, note that the volumes lists one and the mounts list others, but neither match. Indicating a source of the problem.