commenti su dockerfile

This commit is contained in:
lucaconte 2017-01-25 19:25:22 +01:00 committed by incandenza
parent 6b3653507d
commit 3cc3f3ee9f

View file

@ -1,18 +1,16 @@
# VERSION: 0.2
# DESCRIPTION: Create the PostgreSQL 9.4 Databasee in a container
# AUTHOR: Dennis Mojado (denmojo@gmail.com)
# VERSION: 0.1
# DESCRIPTION: Create a ready-to-use environment for Signal
# AUTHOR: Mario Incandenza <mario.incandenza@autistici.org>
# COMMENTS:
# This file describe how to install PostgreSQL with main
# dependencies installed.
# Cereate a debian box with redis and postgres initialized with Signal
# DB structures
# USAGE:
# # Download this Dockerfile
#
# # Build PostgreSQL image
# docker build -t postgresql-9.4
#
# docker run -v /var/lib/postgresql/9.4:/var/lib/postgresql/9.4 \
# postgresql-9.4
# docker build -t "signal:0.1" .
#
# docker run -it --name="signal" -p 5432:5432 -p 6379:6379 signal:0.1
#
FROM debian:stretch