Skip to content

Panelizing PCB with Docker on Windows 10 #212

Answered by yaqwsx
santisantis asked this question in Q&A
Discussion options

You must be logged in to vote

Does this part of the documentation help you?

To run KiKit commands for files in the current working directory issue the following command:

docker run -it -w /kikit -v $(pwd):/kikit yaqwsx/kikit /bin/bash

Note that for Windows, the docker command differs slightly:

docker run -it -w /kikit -v %cd%:/kikit yaqwsx/kikit /bin/bash

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@santisantis
Comment options

@yaqwsx
Comment options

@santisantis
Comment options

Answer selected by yaqwsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants