Docker reference

 Docker run:

sudo docker run -t -d --entrypoint "/bin/sh" --mount type=bind,source=${PWD},target=/src test:0.1

Finding the container name:

docker ps

Docker exec:

docker exec <container name> /src/compile.sh
docker exec <container name> /src/run.sh





Comments

Popular posts from this blog

QTreeView and QTableView dynamic changes

C++ strings and string_view