mirror of
https://github.com/azahar-emu/azahar
synced 2026-04-23 09:23:56 +00:00
tools: Added enter-docker-dev-container.sh script
This commit is contained in:
parent
c43f24e489
commit
5c6b23c64d
5
tools/enter-docker-dev-container.sh
Executable file
5
tools/enter-docker-dev-container.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash -ex
|
||||
|
||||
# This script assumes that Docker is installed
|
||||
|
||||
docker run -it --rm -v $(pwd):/mnt opensauce04/azahar-build-environment
|
||||
Loading…
Reference in a new issue