Formatting
This commit is contained in:
parent
c0a43f4800
commit
23d036cb69
6
t/README
6
t/README
|
|
@ -1,12 +1,16 @@
|
||||||
To run tests use supplied Dockerfile.test:
|
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
|
If you desire to use a container with Python3, you can supply an appropriate
|
||||||
build argument:
|
build argument:
|
||||||
|
|
||||||
|
```shell
|
||||||
docker build -f Dockerfile.test -t my-tag --build-arg PYTHON_VERSION=3 .
|
docker build -f Dockerfile.test -t my-tag --build-arg PYTHON_VERSION=3 .
|
||||||
docker run my-tag
|
docker run my-tag
|
||||||
|
```
|
||||||
|
|
||||||
To run without Docker:
|
To run without Docker:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue