Creates a new image of using the Dockerfile
. Run the below command inside your project directory where Dockerfile
is present
docker build -t {{IMAGE_NAME}} .
- IMAGE_NAME: Name for the new image which will get build
docker build -t ak-cli .
Creates a new image of using the Dockerfile
. Run the below command inside your project directory where Dockerfile
is present
docker build -t {{IMAGE_NAME}} .
docker build -t ak-cli .