From 23e60b1a75d045089183f844619d660a6b00ef5e Mon Sep 17 00:00:00 2001 From: Asger Gitz-Johansen Date: Fri, 18 Apr 2025 09:19:18 +0200 Subject: [PATCH] wip: portainer --- content/posts/how-to-portainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/how-to-portainer.md b/content/posts/how-to-portainer.md index 0611b70..e21e832 100644 --- a/content/posts/how-to-portainer.md +++ b/content/posts/how-to-portainer.md @@ -10,7 +10,7 @@ In this post, we will be going over how to set up a [portainer](https://www.port and how to use it. This is ideal if you want to host a personal website, a [blog](/posts/how-to-blog), a personal [github](git.gtz.dk) or whatever your development heart desire. If you choose to follow along, by the end of it, you will have an environment where you can just add or remove docker -based services at a whim. +based services at a whim using a nice web-based interface. I assume that you already know about `docker` and `docker compose` yaml syntax. If you don't, may I recommend the wonderful official [docker tutorial](https://docs.docker.com/get-started/workshop/) - once you're done with that come