diff --git a/t/README b/t/README index deff24dd047ed2585982af810a3e52c032cc1f18..74e8e5f81918b26ab05c6831f12e67ca775ac775 100644 --- a/t/README +++ b/t/README @@ -1,12 +1,16 @@ To run tests use supplied Dockerfile.test: -docker build -f Dockerfile.test -t my-tag +```shell +docker build -t my-tag -f Dockerfile.test . +``` If you desire to use a container with Python3, you can supply an appropriate build argument: +```shell docker build -f Dockerfile.test -t my-tag --build-arg PYTHON_VERSION=3 . docker run my-tag +``` To run without Docker: