• 0 Posts
  • 2 Comments
Joined 1 year ago
cake
Cake day: October 18th, 2023

help-circle
  • Much more to learn…

    I’ve been at this for over a decade and there’s always more to learn! If you haven’t checked out docker-compose yet, that’s your next step. It allows you to script container setups :) I have 5 compose files based on categories (pirating, media servers, admin, etc…) and a shell script to launch them if I want to install them all, otherwise I just call the specific compose file. I can have all my apps up and running on a new server in about 10 minutes. Docker is awesome when it works well.