Basic Docker Commands

Show the current version of docker that you are running: docker -version [OPTIONS] Pull an image from a repository: docker pull [OPTIONS] NAME[: TAG|@DIGEST] Create a container based on the specified image: docker run [OPTIONS] IMAGE [COMMAND] [ARG...] List all of your current containers: docker ps [OPTIONS] Run a command in a currently running container: docker exec [OPTIONS] CONTAINER COMMAND [ARG...] Start a stopped container: docker start [OPTIONS] CONTAINER [CONTAINER...] Stop a running container:...

May 3, 2024 · 1 min · 104 words

Pterodactyl w/Cloudflare Tunnels

This is the guide I used to get everything working for me. I have had issues with the other installation types I tried, but this one got everything running nice and smooth. I do have the panel and wings running in the same LXC without issues. https://docs.agamersgrind.com/guides/pterodactyl/ Prerequisites Panel machine Docker and compose installed 1 machine to install the Wings node on (can be the same as the panel machine) You can create multiple node machines Docker and Compose installed A high performance, well spec’d machine; Lots of RAM High single thread passmark CPUs SSD storage A Domain that’s managed by Cloudflare A Cloudflare Tunnel A Cloudflare DDNS container with proxy turned off (this address will be your game server IP....

May 3, 2024 · 1 min · 123 words

Why you should self host

Why should you? The main reason for self-hosting is the freedom. I can pick and choose what kind of services I want and how I want to use them without some company telling me what features I need or don’t need. There are tons of different applications I can use for various purposes, all I have to do is find the one I like and get it running. Isn’t it hard?...

May 3, 2024 · 3 min · 528 words