Initial commit
This commit is contained in:
6
startBuildEnv.sh
Executable file
6
startBuildEnv.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
IMAGE=registry.hottis.de/dockerized/c-build-env:latest
|
||||
|
||||
docker pull $IMAGE
|
||||
docker run -it --rm -v $PWD:/work $IMAGE bash
|
Reference in New Issue
Block a user