From e381e5adbfddfc2f5f2560178b568e55cddaa3f0 Mon Sep 17 00:00:00 2001 From: Ray Lyon Date: Sun, 24 Sep 2023 22:40:41 +0000 Subject: [PATCH] post scaffold --- _posts/2023-08-28-nextcloud-podman-part2.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 _posts/2023-08-28-nextcloud-podman-part2.md diff --git a/_posts/2023-08-28-nextcloud-podman-part2.md b/_posts/2023-08-28-nextcloud-podman-part2.md new file mode 100644 index 0000000..a9e56ce --- /dev/null +++ b/_posts/2023-08-28-nextcloud-podman-part2.md @@ -0,0 +1,17 @@ +--- +layout: single +title: "Building a Reproducible Nextcloud Server, Part two: Setting up Podman containers" +date: 2023-08-28 10:00:00 +excerpt: "In the second installment of my Nextcloud server rebuild, we'll get our containers up-and-running with Podman." +categories: [Self-Hosting, Linux Administration] +tags: linux nextcloud podman docker container vps +comments: true +--- + +[*Link to Part one*]({% link _posts/2023-08-27-nextcloud-podman.md %}) + +Now that I've established the stack, let's dive right in to setting up the Nextcloud application with Podman. + + + +