2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-06-23 22:02:25 +00:00

fix: dockerfile relative path when running in docker

docs: update README.md to current command line api
fix: command line output white for default level

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2022-09-10 19:31:40 +02:00
parent d97b58159c
commit a41be6d27c
7 changed files with 79 additions and 90 deletions

View File

@ -1,5 +1,4 @@
FROM debian
RUN apt update && apt install -y openssh-server systemctl && \
systemctl enable ssh && \
RUN apt update && apt install -y openssh-server && \
echo "PermitRootLogin yes" >> /etc/ssh/sshd_config