Sign inSign up

lephare/debian

By lephare

Updated over 8 years ago

Base debian images

Image
0

3.0K

lephare/debian repository overview

Docker environment

Installation

First you need to install Docker and docker-compose.

Copy the docker-composer.yml.dist to docker-composer.yml and modify to your need.

Global environment

The global environment contains generics containers used by our projects. You have :

- jwilder/nginx-proxy A nginx proxy that redirect http requests  to the good container based on the domain name.
- mariadb A MariaDb container.
- postgres A PostgreSQL container.
- blackfire A blackfire container for PHP profiling.

You can start theses containers by running :

$ docker-compose up
ProTips : dc alias

You can alias docker-compose to dc in your bash configuration :

alias dc="docker-compose"

Tag summary

Content type

Image

Digest

sha256:b4e0795f7

Size

50.6 MB

Last updated

over 8 years ago

docker pull lephare/debian