mirror of
https://github.com/azahar-emu/azahar.git
synced 2026-06-06 02:33:44 -04:00
tools: Added enter-docker-dev-container.sh script
This commit is contained in:
parent
c43f24e489
commit
5c6b23c64d
1 changed files with 5 additions and 0 deletions
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…
Add table
Reference in a new issue