Fixed README extension so it render right.
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# DockerRDP
|
||||
Runs RDP server with XFCE4 enviroment in Docker container.
|
||||
|
||||
## Running container
|
||||
You can run it using following command or use attached `pod.yaml` to run that pod on K8s cluster.
|
||||
```
|
||||
docker run --rm -itd -p 3389:3389 DockerRDP
|
||||
```
|
||||
|
||||
## Connecting
|
||||
Default user is named `user` and its password is set to `user`, there's also sudo rule granting him full rights without password.
|
||||
|
||||
|
||||
## Building container
|
||||
```
|
||||
docker build -t DockerRDP.
|
||||
```
|
||||
Reference in New Issue
Block a user