2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-12-14 15:03:12 +00:00

BREAKING CHANGE: remove root default password, configure it only if provided (close #7)

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2022-09-12 11:19:51 +02:00
parent 7ad6343e6f
commit 3940cd8975
8 changed files with 17 additions and 18 deletions

View File

@@ -239,8 +239,6 @@ RUN apt update && apt install -y openssh-server && \
```
When building the vm image, *d2vm* will create a root password, so there is no need to configure it now.
Build the vm image:
The *build* command take most of its flags and arguments from the *docker build* command.