-
-
Notifications
You must be signed in to change notification settings - Fork 38
Docker Branch Differences
Lukas Borutta edited this page Sep 21, 2020
·
2 revisions
Keep READMEs in Docker branch as is, as they are used for display on Dockerhub.
- Use screen instead of systemctl
- No need for
var cmdIn io.WriteCloser
around line 62, since Docker runs with Linux.- No need for OS specific start and stop sequences in functions
StartMinecraftServer
andStopEmptyMinecraftServer
- No need for OS specific start and stop sequences in functions
- Flag parsing in the beginning of the main function is added
- Nothing yet. Have a look at Issue #17.