Begin add docker to test ansible test image
This commit is contained in:
parent
074a9b05b6
commit
c0d9f69ee7
3 changed files with 14 additions and 0 deletions
7
docker/Dockerfile
Normal file
7
docker/Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
FROM fedora:38
|
||||
|
||||
RUN dnf install openssh-server -y
|
||||
RUN ssh-keygen -A -v
|
||||
|
||||
EXPOSE 22
|
||||
CMD ["/usr/sbin/sshd", "-D", "-o", "ListenAddress=0.0.0.0"]
|
Loading…
Add table
Add a link
Reference in a new issue