/dockerlab

lab for docker

Primary LanguageDockerfile

  • Pull image from Docker Hub: nginx
  • Customize the image with a Dockerfile to replace index.html
  • Tag the image
  • Push to your repository
  • Have your neighbor pull it and run it
  • Tweak your neighbors pulled image with a Dockerfile to replace index.html
  • Push your neighbors image back to your repository
  • Have your neighbor pull this image and run it to verify