Sign inSign up

dangerous/nginx-unicorn

By dangerous

Updated over 11 years ago

Nginx Server w/ Unicorn and Assets

Image
1

10K+

dangerous/nginx-unicorn repository overview

Nginx Server w/ Unicorn and Assets

Run Rails application container with Unicorn
$ docker run -d --name [container_name] [docker_image]
$ docker build -t nginx .
$ docker run -d -p 80:80 --link [container_name]:app --name nginx nginx
Docker Hub
$ docker pull dangerous/nginx-unicorn

Tag summary

Content type

Image

Digest

sha256:d03858f06

Size

39.1 MB

Last updated

almost 11 years ago

docker pull dangerous/nginx-unicorn