From 82e20429a6e1ee3abeb25e2edc510752ffae6d02 Mon Sep 17 00:00:00 2001 From: Arszilla Date: Fri, 22 Aug 2025 00:35:09 +0300 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ef52de..c3b42a6 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,17 @@ $ dpkg-deb --contents ./fake-proxmox-subscription_*.deb ``` Alternatively, a `Dockerfile` is available if you want to use `podman` or -`docker` to build the packages. Just transfer the generated file from `/opt/`. +`docker` to build the packages. -I couldn't be really arsed with it or bother - I mainly used the `Dockerfile` +``` +$ podman build -t fake-proxmox-subscription . +$ podman run -it fake-proxmox-subscription:latest /bin/bash -c "ls -al /opt/fake-proxmox-subscription/debian/artifacts/" +``` + +Afterwards, just transfer the generated `.deb` from +`/opt/fake-proxmox-subscription/debian/artifacts/`. + +The `Dockerfile` is basic and not really used as I mainly used it to validate my packaging, but reckoned someone might want to use it. [1]: https://github.com/Jamesits/pve-fake-subscription