docker build:ΒΆ
Make a Dockerfile
Run docker build to build an image:
docker build -t NAME:TAG .
Run a container with that image:
docker run IMAGE:TAG
Make a Dockerfile
Run docker build to build an image:
docker build -t NAME:TAG .
Run a container with that image:
docker run IMAGE:TAG