Sign inSign up

thinegan/debian-nginx

By thinegan

Updated about 2 years ago

Dockerized nginx service, built on top of official Debian images.

Image
0

922

thinegan/debian-nginx repository overview

debian-nginx

Dockerized nginx service, built on top of official Debian images and supervisor.

Image tags

  • thinegan/debian-nginx (Debian GNU/Linux 8)

Installed packages

Image specific:

  • nginx - v1.11.13
  • supervisor

Logs (stderr & stdout)

  • /var/log/supervisor

Config:

  • Dependencies Package:

    • bzip2
    • zip
    • libssl-dev
  • host path : /home/www/public_html/dev.timeclone.com

  • container path : /home/www/public_html/dev.timeclone.com

  • Nginx Config /etc/nginx/nginx.conf

  • Virtual Host Config /etc/nginx/sites-available/dev.timeclone.com

  • SSL Link

    • /etc/ssl/certs:/etc/ssl/certs
    • /etc/ssl/private:/etc/ssl/private
  • supervisor run : service nginx start

  • exposed port 80 443

  • default command: /usr/bin/supervisord

Run example

$docker-compose pull
$docker-compose up -d

CONTAINER ID        IMAGE                   COMMAND                  CREATED             STATUS              PORTS                                      NAMES
c8a86df9c41b        thinegan/debian-nginx   "/usr/bin/supervis..."   21 minutes ago      Up 21 minutes       0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp   nginx1
708347cbab8c        thinegan/debian-php5    "docker-php-entryp..."   21 minutes ago      Up 21 minutes       9000/tcp                                   phpfpm2
f53cd7b554d1        thinegan/debian-php5    "docker-php-entryp..."   21 minutes ago      Up 21 minutes       9000/tcp                                   phpfpm3
9862be6d3b03        thinegan/debian-php5    "docker-php-entryp..."   21 minutes ago      Up 21 minutes       9000/tcp                                   phpfpm1

$curl https://dev.timeclone.com/test.php

Issues

If you run into any problems with this image, please check (and potentially file new) issues on the thinegan/debian-nginx repo, which is the source for this image.

Tag summary

Content type

Image

Digest

sha256:b6aa9e2e4

Size

188.4 MB

Last updated

about 2 years ago

docker pull thinegan/debian-nginx