File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11docker build -t dactyl-keyboard -f docker/Dockerfile .
2- docker run --name DM-run -d -v " %cd% /src :/app/src " -v " %cd% /things:/app/things " -v " %cd% /things:/app/configs " dactyl-keyboard python3 -i dactyl_manuform.py
3- docker run --name DM-config -d -v " %cd% /src :/app/src " -v " %cd% /things:/app/things " -v " %cd% /things:/app/configs " dactyl-keyboard python3 -i generate_configuration.py
4- docker run --name DM-release-build -d -v " %cd% /src :/app/src " -v " %cd% /things:/app/things " -v " %cd% /things:/app/configs " dactyl-keyboard python3 -i model_builder.py
5- docker run --name DM-shell -d -ti -v " %cd% /src :/app/src " -v " %cd% /things:/app/things " -v " %cd% /things:/app/configs " dactyl-keyboard
2+ docker run --name DM-run -d -v " %cd% /:/app" dactyl-keyboard python3 -i dactyl_manuform.py
3+ docker run --name DM-config -d -v " %cd% /:/app" dactyl-keyboard python3 -i generate_configuration.py
4+ docker run --name DM-release-build -d -v " %cd% /:/app" dactyl-keyboard python3 -i model_builder.py
5+ docker run --name DM-shell -d -ti -v " %cd% /:/app" dactyl-keyboard
You can’t perform that action at this time.
0 commit comments