schen59 / dockerlab

lab for docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • 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

About

lab for docker


Languages

Language:Dockerfile 73.2%Language:HTML 26.8%