docker

docker

Some useful docker commands.

Run a container and attach to a shell:

docker run --rm -it --entrypoint <shell> <image-name>