Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zimbres/pushpin-docker
Proxy server for adding push to your API
https://github.com/zimbres/pushpin-docker
Last synced: 6 days ago
JSON representation
Proxy server for adding push to your API
- Host: GitHub
- URL: https://github.com/zimbres/pushpin-docker
- Owner: zimbres
- License: mit
- Created: 2022-09-29T16:55:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T23:10:59.000Z (10 months ago)
- Last Synced: 2024-12-24T12:18:39.302Z (11 days ago)
- Language: Dockerfile
- Homepage: https://pushpin.org/
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# To build:
docker buildx create --name mybuilder
docker buildx use mybuilder
docker buildx inspect --bootstrap
docker buildx build --platform linux/amd64,linux/arm64 -t dockerhubuser/pushpin --push .