konobangu/packages/testing-torrents
2025-04-01 03:45:56 +08:00
..
docker-compose.yaml feat: add testing-torrents 2025-04-01 03:00:29 +08:00
Dockerfile fix: fix testing torrents container 2025-04-01 03:45:56 +08:00
main.ts fix: fix testing torrents container 2025-04-01 03:45:56 +08:00
package.json fix: fix testing torrents container 2025-04-01 03:45:56 +08:00
README.md feat: add testing-torrents 2025-04-01 03:00:29 +08:00

Konobangu Testing Torrents Container

Build

docker buildx build --platform linux/amd64 --tag konobangu-testing-torrents:latest --load .

Run

docker run --network_mode=host --name konobangu-testing-torrents konobangu-testing-torrents:latest

Publish

docker tag konobangu-testing-torrents:latest ghcr.io/dumtruck/konobangu-testing-torrents:latest
docker push ghcr.io/dumtruck/konobangu-testing-torrents:latest