Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Docker Support

Pre-release
Pre-release
Compare
Choose a tag to compare
@ant4g0nist ant4g0nist released this 03 Aug 06:17
· 91 commits to main since this release

Greetings, everyone! 🐧

Features:
Improved Docker support.

$ docker run -v /var/run/docker.sock:/var/run/docker.sock -v `pwd`:/home --rm -it ant4g0nist/chinstrap

Installation using docker from repo:

$ git clone https://github.com/ant4g0nist/chinstrap
$ cd chinstrap
$ export image=chinstrap
$ docker build -f dockerfiles/Dockerfile.local -t $image  . --no-cache
$ cd someChinstrapProjectFolder
$ docker run -v /var/run/docker.sock:/var/run/docker.sock -v `pwd`:/home  --rm -it $image

Happy coding! 💻 Please feel free to reach out to me here: ant4g0nist