Test container build

Abstract

A brief usage guide for the testing container build and run process.

Test container build#

  1. Build the thing.

    docker build -t hr-test -f docker/Dockerfile .
    
  2. Run the thing.

docker run -it -v $(pwd):/var/lib/test --name hr-test