{ claus.conrad }

Docker

https://www.docker.com/

Resources

Container registries

Reference

docker CLI

run

  • -d Run container in detached mode (in the background)
  • -p NNN:MMM Map port MMM of the host to port NNN in the container

FAQ

Permission denied when accessing volume-mounted directory

If SELinux is enforced, append a z to apply the default SELinux context:

docker run -v FROM:TO:z