Docker Images

  • Docker containers can be created based off an image
  • An image is a snapshot that you can create containers from
  • There are a lot of good public images on Docker Hub
  • This is a great way to test out some software (although image quality varies)
  • Example: docker run -t -i -p 127.0.0.1:8080:8080 zadam/trilium:0.50.3

12 / 24