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

pull/2/head
Sameer Naik 2014-06-29 11:58:37 +05:30
parent 715f0271e2
commit 4ddc923b90
3 changed files with 0 additions and 3 deletions

View File

@ -14,8 +14,6 @@ RUN /app/setup/install
ADD assets/init /app/init
RUN chmod 755 /app/init
ADD authorized_keys /root/.ssh/
EXPOSE 53/udp
EXPOSE 10000

View File

@ -9,7 +9,6 @@ echo User: root Password: $ROOT_PASSWORD
# start supervisord
/usr/bin/supervisord
supervisorctl start sshd
chmod 775 /app/data

View File