File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -321,15 +321,15 @@ tox without any flags:
321
321
322
322
.. code-block :: shell
323
323
324
- docker run -v ` pwd` :/home/tox/ tests -it --rm 31z4/tox
324
+ docker run -v ` pwd` :/tests -it --rm 31z4/tox
325
325
326
326
Because an entry point of the image is ``tox ``, you can easily pass subcommands and flags:
327
327
328
328
.. code-block :: shell
329
329
330
- docker run -v ` pwd` :/home/tox/ tests -it --rm 31z4/tox run-parallel -e black,py311
330
+ docker run -v ` pwd` :/tests -it --rm 31z4/tox run-parallel -e black,py311
331
331
332
- Note, that the image is configured with a working directory at ``/home/tox/ tests ``.
332
+ Note, that the image is configured with a working directory at ``/tests ``.
333
333
334
334
If you want to install additional Python versions/implementations or Ubuntu packages you can create a derivative image.
335
335
Just make sure you switch the user to ``root `` when needed and switch back to ``tox `` afterwards:
You can’t perform that action at this time.
0 commit comments