docker-hy.github.io
docker-hy.github.io copied to clipboard
1.7 exercise relies on CMD []
In this exercise create a Dockerfile and use FROM and CMD to create a brand new image that automatically runs the server. Tag the new image as “web-server”
so it's CMD ["server"] but as a beginner I can not know that it's not CMD "server" as previously