https://github.com/chanwit/swarm-image
Swarm image on ARM
https://github.com/chanwit/swarm-image
Last synced: 5 months ago
JSON representation
Swarm image on ARM
- Host: GitHub
- URL: https://github.com/chanwit/swarm-image
- Owner: chanwit
- Created: 2015-11-01T05:09:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-01T05:13:58.000Z (over 10 years ago)
- Last Synced: 2025-02-13T03:18:28.607Z (over 1 year ago)
- Size: 3.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### How to build this image
```
CGO_ENABLED=0 godep go install \
-v -a -tags netgo -installsuffix netgo \
-ldflags "-extldflags -static -w -X github.com/docker/swarm/version.GITCOMMIT=`git rev-parse --short HEAD`"
```
### Where to pull
`docker pull aiyara/swarm:1.0.0-rc3`