Skip to content

Docker Branch Differences

Lukas Borutta edited this page Oct 14, 2020 · 2 revisions

General

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 and StopEmptyMinecraftServer
  • Flag parsing in the beginning of the main function is added
  • No config file usage as of yet.
Clone this wiki locally