From d21579fd97fc423ab9e65566ae5b36af001c22c1 Mon Sep 17 00:00:00 2001 From: Asger Gitz-Johansen Date: Thu, 5 Dec 2024 07:41:29 +0100 Subject: [PATCH] wip: portainer post --- content/posts/how-to-portainer.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/posts/how-to-portainer.md diff --git a/content/posts/how-to-portainer.md b/content/posts/how-to-portainer.md new file mode 100644 index 0000000..6f3fce6 --- /dev/null +++ b/content/posts/how-to-portainer.md @@ -0,0 +1,19 @@ ++++ +date = '2024-12-04' +draft = true +title = "How to Host Docker Containers Easily in The Cloud" +tags = ["howto", "tutorial", "web"] +categories = ["technical"] ++++ + +In this post, we will be going over how to set up a [portainer]() managed docker environment, 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. It's even quite secure! + +## Missing things in this post + - [ ] portainer introduction + - [ ] traefik introduction + +## Things that I dont know how to do yet + - [ ] 2FA the control dashboards through Auth0 free tier + - [ ] geoblocking the control dashboards