New blog location
New blog location
sudo docker run -t -d --entrypoint "/bin/sh" --mount type=bind,source=${PWD},target=/src test:0.1
docker ps
docker exec <container name> /src/compile.sh
docker exec <container name> /src/run.sh
Comments
Post a Comment