mirror of
https://github.com/Jamesits/pve-fake-subscription
synced 2025-12-10 04:52:49 -05:00
Update README.md
This commit is contained in:
parent
a4b1a9d58d
commit
82e20429a6
12
README.md
12
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
|
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.
|
to validate my packaging, but reckoned someone might want to use it.
|
||||||
|
|
||||||
[1]: https://github.com/Jamesits/pve-fake-subscription
|
[1]: https://github.com/Jamesits/pve-fake-subscription
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user