Skip to content
This repository was archived by the owner on Apr 22, 2022. It is now read-only.

molflow/toxdock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

toxdock

Run tox using Docker

Build

docker build -t toxdock .

Usage

Set this alias in your env: alias tox='docker run -v /etc/passwd:/etc/passwd -v /etc/group:/etc/group -v "$PWD":/src -v /var/run/docker.sock:/var/run/docker.sock -u $(id -u):$(id -g) --rm --privileged --group-add=docker toxdock tox'

and then run tox as usual.

About

Run tox using Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published