2021-02-27 04:23:00 +00:00
|
|
|
# www2.0
|
|
|
|
|
2021-02-27 04:26:20 +00:00
|
|
|
The successor to my homepage. Hold on to your butts.
|
2021-04-15 21:35:28 +00:00
|
|
|
|
|
|
|
## Building/Testing
|
|
|
|
|
|
|
|
### Build the container locally
|
|
|
|
|
2023-07-23 04:18:24 +00:00
|
|
|
podman build -t www-swagg .
|
2021-04-15 21:35:28 +00:00
|
|
|
|
2021-12-10 22:47:47 +00:00
|
|
|
Tests are performed during the build process
|
2021-04-15 21:35:28 +00:00
|
|
|
|
|
|
|
## Tagging/Pushing
|
|
|
|
|
|
|
|
### Tag the image
|
|
|
|
|
2023-08-25 16:16:10 +00:00
|
|
|
podman tag www-swagg git.minimally.online/swaggboi_priv/www-swagg
|
2021-04-15 21:35:28 +00:00
|
|
|
|
|
|
|
### Send it
|
|
|
|
|
2023-08-25 16:16:10 +00:00
|
|
|
podman push git.minimally.online/swaggboi_priv/www-swagg
|
2023-04-23 00:08:18 +00:00
|
|
|
|
|
|
|
### Pull it
|
|
|
|
|
2023-08-25 16:16:10 +00:00
|
|
|
podman pull git.minimally.online/swaggboi_priv/www-swagg
|
2023-04-23 00:08:18 +00:00
|
|
|
|
|
|
|
### Run it
|
|
|
|
|
|
|
|
podman run -dt --rm --name www-swagg -p 3000:3000 www-swagg:latest
|
|
|
|
|
|
|
|
### Create unit file
|
|
|
|
|
|
|
|
podman generate systemd --files --new --name www-swagg
|