docs/docker-package.md aktualisiert

This commit is contained in:
crimekillz 2024-02-02 18:40:41 +01:00
parent 65e16cad72
commit 07011c9922
No known key found for this signature in database
GPG Key ID: 7249C94AE229BEAF

View File

@ -1,9 +1,9 @@
### How to push a new docker package to a registry (iceshrimp.dev) using Arch Linux ### How to push a new docker package to a registry (iceshrimp.dev) using Arch Linux
1. Replace the repo url with yours in the example below 1. # yay -S git docker docker-compose docker-buildx corepacker
2. $ git clone https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git 2. Replace the repo url with yours in the example below
3. Make your changes and (optionally) push them to the repo 3. $ git clone https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
4. # yay -S git docker docker-compose docker-buildx corepacker 4. Make your changes and (optionally) push them to the repo
5. # corepack enable && corepack prepare --activate && yarn --immutable 5. # corepack enable && corepack prepare --activate && yarn --immutable
6. Log into your docker registry (for ex. iceshrimp.dev) 6. Log into your docker registry (for ex. iceshrimp.dev)
7. # docker login iceshrimp.dev 7. # docker login iceshrimp.dev