mkdir /srv/gemstash
docker run -d --name gemstash \
-v /srv/gemstash:/root/.gemstash \
-p 9292:9292 \
jorgeandrada/gemstash:latest
bundle config mirror.https://rubygems.org http://DOMINIOPROXYCACHE:9292
bundle config mirror.https://rubygems.org.fallback_timeout true
bundle config mirror.https://rubygems.org.fallback_timeout 30
Información: https://github.com/bundler/gemstashā
Content type
Image
Digest
Size
80.3 MB
Last updated
over 7 years ago
docker pull jorgeandrada/gemstash