- run
docker build -f Dockerfile --tag test-reporting:1.0 .
- run
docker run --name reportingTest test-reporting:1.0
- in a second terminal, run
docker rm --force reportingTest
to stop and delete the container
docker build -f Dockerfile --tag test-reporting:1.0 .
docker run --name reportingTest test-reporting:1.0
docker rm --force reportingTest
to stop and delete the container