do not start ssh deamon, use nsenter for shell access to the container

This commit is contained in:
Sameer Naik
2014-06-28 19:22:40 +05:30
parent db0a75e9ab
commit 82dc862576
4 changed files with 0 additions and 17 deletions
-2
View File
@@ -9,8 +9,6 @@ ADD assets/ /app/
RUN chmod 755 /app/init /app/setup/install
RUN /app/setup/install
ADD authorized_keys /root/.ssh/
EXPOSE 5432
VOLUME ["/var/lib/postgresql"]