Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 548 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 548 Bytes

docker-kmttg

Docker for kmttg

If using stack deploy, volumes need to be pre-populated with correct uid:gid permissions. Stack deploy will create and mount volumes as root. Docker-compose can pre-populate volumes with permissions from containers, so use that before stack deploy if running non-root.

docker-compose -f alpine-vnc.yml up -d
docker-compose -f alpine-vnc.yml down
docker stack deploy -c alpine-vnc.yml docker-kmttg
ssh -t -L 5900:localhost:5900 vnc@localhost -p 2222 ./runvnc.sh -display :0 -q
docker stack down docker-kmttg