Skip to content

Commit

Permalink
add support for multiarch
Browse files Browse the repository at this point in the history
  • Loading branch information
David Tahir committed Feb 23, 2022
1 parent d214a66 commit 400bd05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ docker build -t proxy4plex .
docker run -it -p 80:80 -p 3000:3000 --rm proxy4plex
```

* Build and push container for multiple archs (only for developers):
```
docker buildx create --name crossbuilder
docker buildx use crossbuilder
docker buildx inspect --bootstrap
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t kadrim/proxy4plex:latest --push .
```

## TODOs

- detect OS and allow User to install the proxy as a boot-service
Expand Down

0 comments on commit 400bd05

Please sign in to comment.