Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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]
 
PREVIOUS NEXT
Tagged: #What #command #build #image #Dockerfile #Podman
ADD COMMENT
Topic
Name
8+3 =