57
nitwhiz
5y

Minecraft running in docker. Yessir.

Ignore the dishes, I'm moving out at the moment.:D

Comments
  • 6
    I'm so wet rn
  • 4
    Client? Or server?
  • 4
  • 4
    It should be noted, the thing sets itself up completely. You define the version, it downloads it, accepts the eula and there you go.

    And the mug is noice of course. It's aaall good man.
  • 2
    @nitwhiz Currently looking into dockerising my minecraft server. How did you do it and on what hardware are you running it?
  • 6
    @gathurian I'm using openjdk:14-alpine as base and made a Makefile downloading the manifest json, parsing it for the download url of the specified version, downloading the jar, firing it up once (to generate props and eula), echoing true into the eula and currently i'm working on something to merge the default props with some user defined ones + some scripts to make the management from outside (volumes, ...) A bit easier. Maybe you're interested in a repo link when I'm satisfied with it?

    currently fiddeling on some random notebook. Going to run it next to 20 other instances (i like different setups :D) on my server - Xeon E3-1246V3, 32gb.
  • 4
    Fuck off. I didn't feel like having to learn docker before. Now I'm quite tempted to have a look at it.
  • 0
    @SirVicco 😂😂😂
  • 1
    @nitwhiz I thougjt I'd use this https://github.com/itzg/....

    Running on two Xeon 6-core and 16GB RAM on Debian stable. Probably gonna set up a dockerised Nextcloud aswell
  • 1
    @gathurian ooh, nice, it does all the nice things already. Well then i just did this to learn stuff i guess :D
  • 1
    This is actually pretty nice as I often switch devices and have to deal with old jre versions.
  • 1
    @TheOneFuzzyBit and java being just weird to setup on a linux server box.
Add Comment