greenlizard / docker-images

2 stars 1 forks source link

The hoodie alias should also publish the ports #1

Open tanob opened 9 years ago

tanob commented 9 years ago

Hey there,

I've tried to use this hoodie docker image and noticed that the shell alias doesn't publish the hoodie ports to the host. So the correct alias would be:

docker run -p 6001:6001 -p 6002:6002 --rm -it --link couchdb:couchdb -v $(pwd):/src --name hoodie greenlizard/hoodie hoodie

Thanks

gabrielmancini commented 9 years ago

Hello @tanob ! PR are wellcome ;-)