Home{: .button}
Status - Working
WARNING: Have not set the password for the redis instance since this was an experiment
docker run -it --rm --name my-running-script -v "$PWD":/usr/src/myapp -w /usr/src/myapp ruby:alpine /bin/sh
gem install redis
./gopher2redis.rb --host host.docker.internal --port 70 \
--root gopher \
--localhost host.docker.internal --localport 70
gem install redis
./gopher2redis.rb --host localhost --port 70 \
--root gopher \
--localhost localhost --localport 70
curl gopher://localhost:70
lynx gopher://localhost:70