Skip to content

drnay/docker-kmttg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker for kmttg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Dockerfile 100.0%