mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 20:25:49 +00:00
docs: Password
This commit is contained in:
parent
cfc11651a2
commit
660f45a96f
1 changed files with 11 additions and 1 deletions
10
readme.md
10
readme.md
|
|
@ -256,6 +256,16 @@ kubectl apply -f kubernetes.yml
|
||||||
CPU_CORES: "4"
|
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?
|
* ### 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.
|
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