From 19ff7a4e6c032292d9a27b4bcfffb564f720fb37 Mon Sep 17 00:00:00 2001 From: Daniel Bowling Date: Fri, 2 Aug 2024 19:58:51 -0400 Subject: [PATCH] Add some new steps for donker --- README.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aca4f00..559cef5 100644 --- a/README.md +++ b/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