Skip to content

dm9pZCAq/docker-tlauncher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

build:

docker build -t tlauncher github.com/dm9pZCAq/docker-tlauncher

preparation:

xhost +local:docker allow docker to open window

running:

docker run --rm -dit \
    --device /dev/snd \
    -e DISPLAY=$DISPLAY \
    -v $HOME/.minecraft/:/minecraft \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    tlauncher
  • --device /dev/snd - mount sound devices
  • $HOME/.minecraft/ - directory to store minecraft data
  • /tmp/.X11-unix - path to x11 control directory

About

minecraft tlauncher in docker (it may be useful if you use musl libc)

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors