- 9 Październik 2023
- 16 159
- 5
- 1 079
- 153
- 23
- QNAP
- null
- Ethernet
- null
postaw sobie osobna VMke ...
w tej vmce zainstaluj docker engine community engine ..
w tej vmce odpal docker wg przepisu
w tej vmce zainstaluj docker engine community engine ..
w tej vmce odpal docker wg przepisu
w reverse proxy swoim przekieruj IP i port 443 VMki .. tyle○ → cat /exploit/scripts/docker/KASM/docker-compose.yml
services:
kasm:
image: lscr.io/linuxserver/kasm:latest
container_name: kasm
privileged: true
environment:
- KASM_PORT=443
- DOCKER_MTU=1500 #optional
volumes:
- ./data:/opt
- ./profiles:/profiles #optional
- /dev/input:/dev/input #optional
- /run/udev/data:/run/udev/data #optional
ports:
- 3000:3000
- 443:443
restart: unless-stopped