Docker cheat sheet

To have a container start at computer bootup:

https://docs.docker.com/config/containers/start-containers-automatically/

mostly used: unless-stopped

#To execute a command inside a container:

docker exec

To see which volume is used by a given container:

docker inspect -f '{{ .Mounts }}' containerid