From 3afe1bd2e6f37add152b45804f377497158a6fe1 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sat, 23 Jul 2022 19:12:32 +0530 Subject: [PATCH] add step that pulls container images --- content/posts/bluefeds.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/posts/bluefeds.md b/content/posts/bluefeds.md index ad65d8d..aaba123 100644 --- a/content/posts/bluefeds.md +++ b/content/posts/bluefeds.md @@ -246,6 +246,13 @@ sudo firewall-cmd --list-ports ``` +### Pull images + +```bash +podman pull docker.io/library/caddy:2-alpine && sleep 60 && podman pull docker.io/gitea/gitea:latest && sleep 60 && podman pull docker.io/klakegg/hugo:alpine && sleep 60 && podman pull docker.io/library/mariadb:latest && sleep 60 && podman pull docker.io/library/nextcloud:production && sleep 60 && podman pull docker.io/library/postgres:alpine && sleep 60 +``` + + ### Get fs ready ```bash @@ -267,6 +274,7 @@ mkdir -vp /trayimurti/containers/volumes/gitea/{database,web/{data,config}} mkdir -vp /trayimurti/containers/volumes/nextcloud/{database,web} ``` + ### Hugo ```bash @@ -276,6 +284,7 @@ git clone git@gitlab.com:shivohamx3/machines.git /trayimurti/containers/volumes/ cd /trayimurti/containers/volumes/mach && git submodule init && git submodule update ``` + ### Caddy 1. Visit the [Cloudflare dashboard](https://dash.cloudflare.com/)