Moar docs
This commit is contained in:
parent
5e036384e0
commit
8f424a3a62
17
README.md
17
README.md
|
@ -55,12 +55,23 @@ Add the `-v` option for more verbose output
|
||||||
|
|
||||||
### Tag
|
### Tag
|
||||||
|
|
||||||
docker tag guestbook-ng \
|
podman tag guestbook-ng git.n4vn33t.com/swag/guestbook-ng
|
||||||
us-east4-docker.pkg.dev/www-swagg/guestbook-ng/guestbook-ng
|
|
||||||
|
|
||||||
### Push
|
### Push
|
||||||
|
|
||||||
docker push us-east4-docker.pkg.dev/www-swagg/guestbook-ng/guestbook-ng
|
docker push git.n4vn33t.com/swag/guestbook-ng
|
||||||
|
|
||||||
|
### Pull
|
||||||
|
|
||||||
|
podman pull git.n4vn33t.com/swag/guestbook-ng
|
||||||
|
|
||||||
|
### Run
|
||||||
|
|
||||||
|
podman run -dt --rm --name guestbook-ng -p 3001:3000 guestbook-ng:latest
|
||||||
|
|
||||||
|
### Generate unit file
|
||||||
|
|
||||||
|
podman generate systemd --files --new --name guestbook-ng
|
||||||
|
|
||||||
## TODOs
|
## TODOs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue