From 6fb0a825f582a8fdaf2507fa2d07d1414b0822f0 Mon Sep 17 00:00:00 2001 From: Daniel Bowling Date: Sun, 23 Jul 2023 00:18:24 -0400 Subject: [PATCH] Update docs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 604c220..3974940 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The successor to my homepage. Hold on to your butts. ### Build the container locally - docker build -t www-swagg . + podman build -t www-swagg . Tests are performed during the build process @@ -14,15 +14,15 @@ Tests are performed during the build process ### Tag the image - docker tag www-swagg git.n4vn33t.com/swag/www-swagg + podman tag www-swagg git.minimally.online/swaggboi/www-swagg ### Send it - docker push git.n4vn33t.com/swag/www-swagg + podman push git.minimally.online/swaggboi/www-swagg ### Pull it - docker pull git.n4vn33t.com/swag/www-swagg + podman pull git.minimally.online/swaggboi/www-swagg ### Run it