Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
grumpy docker image #37
Comments
S-YOU
referenced this issue
Jan 5, 2017
Closed
Build gets into strange state when first invocation uses wrong version of Python #24
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
S-YOU commentedJan 5, 2017
•
Edited 1 time
-
S-YOU
Jan 5, 2017
Not a issue, but just sharing my grumpy docker image
https://hub.docker.com/r/syou/alpine-grumpy/
Usage
quick run by using grumprun
run grumpy inside container
docker run -it --rm syou/alpine-grumpy shecho 'print "hello, world"' > hello.pygrumpc hello.py > hello.gogo run hello.gohello, worldrun directly by mounting host folder
Note that $PWD should be writable or use /tmp folder to write file from docker,
since final image not using root user, but you can specify --user 0 if you insist, but not recommended.