Sign inSign up

cravler/compass

By cravler

Updated about 10 years ago

https://github.com/cravler/docker-files

Image
0

203

cravler/compass repository overview

#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>]

Tag summary

Content type

Image

Digest

Size

89.4 MB

Last updated

about 10 years ago

docker pull cravler/compass