Skip to content

Instantly share code, notes, and snippets.

@hecbuma
Created October 9, 2014 03:30
Show Gist options
  • Save hecbuma/d1537f38c96b0ba50135 to your computer and use it in GitHub Desktop.
Save hecbuma/d1537f38c96b0ba50135 to your computer and use it in GitHub Desktop.
$ sudo docker run -it -p 80:80 --rm myapp/v1 /bin/bash
root@b27df3ca0fb2:/app# ls
Capfile Gemfile.lock README.md config doc lib script vendor
Dockerfile Guardfile Rakefile config.ru engines log spec
Gemfile Procfile app db features public tmp
root@b27df3ca0fb2:/app# bundle exec unicorn_rails -c config/unicorn.rb -E production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment