Skip to content

Commit

Permalink
docker: work around the new limitations of sshd in newer versions of …
Browse files Browse the repository at this point in the history
…Ubuntu

This should fix issue #604
  • Loading branch information
pooya committed Feb 8, 2015
1 parent c8fd71c commit 83874d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ RUN chown disco -R /home/disco/.ssh
## install disco
RUN git clone https://github.com/discoproject/disco.git /disco
RUN cd /disco && make install
RUN cd /disco/lib && python setup.py install
RUN chown -R disco /usr/var/disco

## configure the supervisor which will start ssh & docker
ADD supervisor.conf /etc/supervisor/conf.d/disco.conf
RUN sed -i 's/without-password/yes/g' /etc/ssh/sshd_config

EXPOSE 22
EXPOSE 8990
Expand Down

0 comments on commit 83874d9

Please sign in to comment.