Skip to content

Document limitation for Windows Docker target drive

Steve Xuereb requested to merge docs/add-windows-volume-limiation into master

What does this MR do?

Document limitation for Windows Docker target drive

Why was this MR needed?

When a user specifies builds_dir=F:\\builds inside of config.toml file, and run the docker-windows executor the user would get an error like below:

Error response from daemon: The parameter is incorrect.

As explained in https://github.com/MicrosoftDocs/Virtualization-Documentation/issues/334 Docker volumes apart from C: are not supported.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Zendesk Ticket (Internal Link): https://gitlab.zendesk.com/agent/tickets/124707

Merge request reports