summaryrefslogtreecommitdiff
path: root/build_docker.bat
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-07-16 20:53:57 -0400
committerJoshua Shreve <j.a.shreve@gmail.com>2021-07-16 20:53:57 -0400
commit2308d88617e77cf58414d01694de523970e60996 (patch)
tree46f4fec3a016600a3d7b4faab3daa81ef3da4a86 /build_docker.bat
parent3e15f8564a959c0dbe73f2e71d1c916c62eb3aea (diff)
Added docker capabilities and profile including batch file execution. If there is expressed interest I can add a linux .sh file as well to simplify image and container/app creation. Also, minor fixes on print outputs regarding imports/exports.
Diffstat (limited to 'build_docker.bat')
-rw-r--r--build_docker.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_docker.bat b/build_docker.bat
new file mode 100644
index 0000000..dbf14c7
--- /dev/null
+++ b/build_docker.bat
@@ -0,0 +1,4 @@
+docker build -t dactyl-keyboard -f docker/Dockerfile .
+docker run --name DM-run -d -v "%cd%/src:/app/src" -v "%cd%/things:/app/things" dactyl-keyboard python3 -i dactyl_manuform.py
+docker run --name DM-config -d -v "%cd%/src:/app/src" -v "%cd%/things:/app/things" dactyl-keyboard python3 -i generate_configuration.py
+docker run --name DM-bash -d -ti -v "%cd%/src:/app/src" -v "%cd%/things:/app/things" dactyl-keyboard