Sign inSign up

airhelp/gemstash

By airhelp

•Updated almost 5 years ago

Docker image for gemstash

Image
1

8.4K

airhelp/gemstash repository overview

⁠gemstash

Docker image for gemstash

⁠Build container
docker build --pull -t airhelp/gemstash .
⁠Start container
docker run -i --rm --name gemstash \
  -v /root/.gemstash:/root/.gemstash \
  -p 9292:9292 \
  airhelp/gemstash
⁠Configure Bundler

Now, you can tell Bundler to use Gemstash container:

$ bundle config mirror.https://rubygems.org http://localhost:9292

optionally you can enable fallback to rubygems.org

$ bundle config mirror.https://rubygems.org.fallback_timeout true

and set timeout

$ bundle config mirror.https://rubygems.org.fallback_timeout 3

For more details go to: https://github.com/bundler/gemstash⁠

Tag summary

Content type

Image

Digest

Size

327.6 MB

Last updated

over 6 years ago

docker pull airhelp/gemstash