Monolith to Microservices at Scale Lesson 3 Containers Using Docker: Solution: Docker App
My Solution
yt link
We used some very common Docker commands to build our image and run a container. To recap:
docker build . will run the Dockerfile to create an image
docker images will print all the available images
docker run {IMAGE_ID} will run...
philipdevblog.hashnode.dev1 min read