mirror of
https://github.com/9001/copyparty.git
synced 2025-10-05 19:42:29 +02:00
v1.13.5
This commit is contained in:
parent
dc449bf8b0
commit
8222ccc40b
5 changed files with 81 additions and 6 deletions
|
@ -17,3 +17,19 @@ but I don't really know what i'm doing here 💩
|
|||
`podman login docker.io`
|
||||
`podman login ghcr.io -u 9001`
|
||||
[about gchq](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry) (takes a classic token as password)
|
||||
|
||||
|
||||
## building on alpine
|
||||
|
||||
```bash
|
||||
apk add podman{,-docker}
|
||||
rc-update add cgroups
|
||||
service cgroups start
|
||||
vim /etc/containers/storage.conf # driver = "btrfs"
|
||||
modprobe tun
|
||||
echo ed:100000:65536 >/etc/subuid
|
||||
echo ed:100000:65536 >/etc/subgid
|
||||
apk add qemu-openrc qemu-tools qemu-{arm,armeb,aarch64,s390x,ppc64le}
|
||||
rc-update add qemu-binfmt
|
||||
service qemu-binfmt start
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue