Skip to content

Docker Setup

  • Download the app from Docker Hub
  • Open the image and drag to Applications
  • Test that it works. In terminal type docker. If it's installed it will list the commands available
  • Run docker info for info about installation
  • Check that docker compose is working: docker compose --version
  • Test the sample app: docker run hello-world