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