10000 GitHub - raaaimund/docker-jts3servermod: Docker for JTS3Servermod
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

raaaimund/docker-jts3servermod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

docker-jts3servermod

Java 8 JRE with JTS3Servermod.

Summary

  • Java 8 JRE and latest version of JTS3Servermod
  • You can inject your configuration files and your plugins to the container:
    • /config
    • /plugins (not tested)

Usage

The default UID of the user which is used in the container is 1000. So if you mount a directory from your host you have to set the permissions to the user with the UID of 1000.

useradd -u 1000 jts3servermod
chown -R jts3servermod {FOLDER}

Mount Host-directory

docker run --name jts3servermod -d -v {FOLDER}:/home/jts3servermod raaaimund/docker-jts3servermod:latest

SELinux

If your host uses SELinux it may be necessary to use the :z option:

docker run --name jts3servermod -d -v {FOLDER}:/home/jts3servermod:z raaaimund/docker-jts3servermod:latest

About

Docker for JTS3Servermod

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0