https://github.com/cravler/docker-files
203
#How to use this image:
docker run -it --rm -v $HOME:$HOME -w `pwd` cravler/compass [<options>]
or add to ~/.bashrc
compass() {
docker run -it --rm -v $HOME:$HOME -w `pwd` cravler/compass $@
}
and just run
compass [<options>]
Content type
Image
Digest
Size
89.4 MB
Last updated
about 10 years ago
docker pull cravler/compass