Answers for "commands to start a docker file"

2

how to start docker

systemctl start docker.service
#(OR)
systemctl start docker
# it will start docker
Posted by: Guest on December-09-2020
0

command to build docker file

// Make sure you are in the same dictionary where you have saved your Dockerfile
command is:
docker build .
Posted by: Guest on June-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language