First commit of my docker env

This commit is contained in:
root
2020-12-08 08:59:05 -06:00
commit 5852c5fbe1
11 changed files with 327 additions and 0 deletions

12
xrdp/docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: '2.1'
services:
terminalserver:
image: danielguerra/ubuntu-xrdp
container_name: xrdp
hostname: ltx
restart: always
shm_size: 1g
volumes:
- ./data/:/home/
- ./passwd:/etc/passwd
- ./shadow:/etc/shadow