Answers for "build a container from image defined in Dockerfile and run it"

0

build a container from image defined in Dockerfile and run it

docker image build -t myalpine:latest .
docker container run -it myalpine:latest
Posted by: Guest on April-27-2022

Code answers related to "build a container from image defined in Dockerfile and run it"

Browse Popular Code Answers by Language