Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 256 Bytes

how_to_run_docker_step.md

File metadata and controls

9 lines (7 loc) · 256 Bytes

How to run specific docker step

To run specific docker steps we can run the following commands

docker build -t image-tag:test --target=test . 
docker run image-tag:test
docker build -t temp-test:test --target=test . & docker run temp-test:test