first push
This commit is contained in:
7
sshd/Dockerfile
Normal file
7
sshd/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM ubuntu
|
||||
RUN apt-get update && apt-get install -y openssh-server
|
||||
RUN mkdir /var/run/sshd
|
||||
COPY sshd_config /etc/ssh/sshd_config
|
||||
COPY docker-entrypoint.sh /
|
||||
RUN chmod +x /docker-entrypoint.sh
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
Reference in New Issue
Block a user