Category: docker

  • Updating Plex in a docker container.

    Updating Plex in a docker container.

    There seems to be many conflicting solutions on how to do this, provided you have a running plex docker container, and you used docker-compose to bring it online, here is what you need to do to pull the latest version! docker-compose pull is a command that pulls the latest version of an image from a…

  • Hosting a Minecraft bedrock server

    Hosting a Minecraft bedrock server

    The server To host your own Minecraft Bedrock server using Docker, you can follow these steps: Tip: I love using vs code for this work, because it has a docker client, to show running clients, it has an integrated terminal, and it has a nice way to edit YAML files. This command creates a Docker…

  • lancache in docker with docker-compose

    I like to have my docker containers triggered from a docker-compose file. What this means is that its easy to start them from vs code simply by right clicking and selecting “Compose Up” I found this docker run command at the official documentation here: https://lancache.net/docs/containers/monolithic/ With some tweaking now it looks like this Now its…