mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 12:15:50 +00:00
docs: Password
This commit is contained in:
parent
cfc11651a2
commit
660f45a96f
1 changed files with 11 additions and 1 deletions
12
readme.md
12
readme.md
|
|
@ -255,7 +255,17 @@ kubectl apply -f kubernetes.yml
|
|||
RAM_SIZE: "8G"
|
||||
CPU_CORES: "4"
|
||||
```
|
||||
|
||||
|
||||
* ### How do I change the default username or password?
|
||||
|
||||
By default, a user called `Docker` is created during installation with an empty password. You can change these credentials in your compose file:
|
||||
|
||||
```yaml
|
||||
environment:
|
||||
USERNAME: "john"
|
||||
PASSWORD: "secret"
|
||||
```
|
||||
|
||||
* ### How do I connect using RDP?
|
||||
|
||||
The web-viewer is mainly meant to be used during installation, as its picture quality is low, and it has no audio or clipboard for example.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue