Update docs
This commit is contained in:
parent
414970699a
commit
6fb0a825f5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue