1
0
Fork 0

add step that pulls container images

This commit is contained in:
Pratham Patel 2022-07-23 19:12:32 +05:30
parent fa605d82ee
commit 3afe1bd2e6
1 changed files with 9 additions and 0 deletions

View File

@ -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/)