Moar docs
This commit is contained in:
parent
6bf2cc4ea6
commit
5a37a15d3b
12
README.md
12
README.md
|
@ -19,3 +19,15 @@ Tests are performed during the build process
|
||||||
### Send it
|
### Send it
|
||||||
|
|
||||||
docker push git.n4vn33t.com/swag/www-swagg
|
docker push git.n4vn33t.com/swag/www-swagg
|
||||||
|
|
||||||
|
### Pull it
|
||||||
|
|
||||||
|
docker pull git.n4vn33t.com/swag/www-swagg
|
||||||
|
|
||||||
|
### 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
|
||||||
|
|
Loading…
Reference in a new issue