Lab4 Dockerfile
Lab4 Dockerfile
Lab 4 – Dockerfile
Build docker image
Build image from scratch
1. Write a C program that displays "Hello DevOps !! ".
Based on this Dockerfile, build wiki_app:1.0 image and then test it.
Based on this Dockerfile, build wiki_db:1.0 image and then test it.
12. Based on Dockerfiles, build all images of this projects. And then test them.
14. Tags all images with your GitHub username and push them to dockerhub registry.