Answers for "What is the command to build image from Dockerfile and Podman"

0

What is the command to build image from Dockerfile and Podman

# using the defautls file Dockerfile
docker build . -t [image-name]

# using the defautls file Podman
podman build . -t [image-name]
Posted by: Guest on March-27-2022

Code answers related to "What is the command to build image from Dockerfile and Podman"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language