mirror of https://github.com/MISP/misp-docker
SSH settings for Azure
Add SSH settings so Azure can SSH into the container
parent
7f31c985e3
commit
a3c29f91f8
|
@ -186,6 +186,11 @@ RUN chmod 0755 /run.sh && touch /.firstboot.tmp
|
||||||
WORKDIR /var/www/MISP
|
WORKDIR /var/www/MISP
|
||||||
RUN tar czpf /root/MISP.tgz .
|
RUN tar czpf /root/MISP.tgz .
|
||||||
|
|
||||||
|
RUN apk add openssh && echo "root:Docker!" | chpasswd
|
||||||
|
COPY sshd_config /etc/ssh/
|
||||||
|
|
||||||
|
|
||||||
VOLUME /var/www/MISP
|
VOLUME /var/www/MISP
|
||||||
EXPOSE 80
|
EXPOSE 80 2222
|
||||||
|
|
||||||
ENTRYPOINT ["/run.sh"]
|
ENTRYPOINT ["/run.sh"]
|
||||||
|
|
Loading…
Reference in New Issue