Interview questions docker and docker-compose
docker build -t(tag) <image name> .(current file) - this command will build image from default dockerfile docker build -t(tag) <image name> -f(file) <specific docker file name> .(current file) - will create image out of specific docker file which wil...
Jan 14, 20255 min read26
