Add some new steps for donker
This commit is contained in:
parent
d6dc6b7d61
commit
19ff7a4e6c
21
README.md
21
README.md
@ -10,16 +10,29 @@ Source code for http://wethepeople.win
|
||||
|
||||
### Run it locally
|
||||
|
||||
docker run -p 3000:3000 wethepeople.pl:latest
|
||||
docker run -p 3004:3000 wethepeople.pl
|
||||
|
||||
Pull up [http://localhost:3000](http://localhost:3000) and poke around
|
||||
Pull up [http://localhost:3004](http://localhost:3004) and poke around
|
||||
|
||||
## Tagging/Pushing
|
||||
|
||||
### Tag the image
|
||||
|
||||
docker tag wethepeople.pl gcr.io/www-swagg/wethepeople.pl
|
||||
docker tag wethepeople.pl \
|
||||
git.seriousbusiness.international/swaggboi_priv/wethepeople.pl
|
||||
|
||||
### Send it
|
||||
|
||||
docker push gcr.io/www-swagg/wethepeople.pl
|
||||
docker push git.seriousbusiness.international/swaggboi_priv/wethepeople.pl
|
||||
|
||||
### Pull
|
||||
|
||||
podman pull git.seriousbusiness.international/swaggboi_priv/wethepeople.pl
|
||||
|
||||
### Run
|
||||
|
||||
podman run -dt --rm --name wethepeople.pl -p 3004:3000 wethepeople.pl
|
||||
|
||||
### Unit file
|
||||
|
||||
podman generate systemd --files --new --name wethepeople.pl
|
||||
|
Loading…
x
Reference in New Issue
Block a user