Abstract
A brief usage guide for the testing container build and run process.
Test container build#
Build the thing.
docker build -t hr-test -f docker/Dockerfile .
Run the thing.
docker run -it -v $(pwd):/var/lib/test --name hr-test
Abstract
A brief usage guide for the testing container build and run process.
Build the thing.
docker build -t hr-test -f docker/Dockerfile .
Run the thing.
docker run -it -v $(pwd):/var/lib/test --name hr-test