https://github.com/snetsystems/container
To make some containers for CloudHub
https://github.com/snetsystems/container
Last synced: 10 months ago
JSON representation
To make some containers for CloudHub
- Host: GitHub
- URL: https://github.com/snetsystems/container
- Owner: snetsystems
- Created: 2023-07-31T06:09:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-31T07:08:01.000Z (over 2 years ago)
- Last Synced: 2025-01-16T04:43:33.244Z (12 months ago)
- Language: Dockerfile
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
These contents help you make and push easily the components for CloudHub to the docker hub repo.
# How to use
Refer to the following examples(easy to use).
```
cd cloudhub
docker build -t snetsystems/cloudhub:1.4.5 --build-arg VERSION=1.4.5 --build-arg COMMIT=3c27290 --build-arg ARCH=amd64 .
docker login
docker push snetsystems/cloudhub:1.4.5
```
```
cd telegraf
docker build -t snetsystems/telegraf:1.23.4-snet-2 --build-arg VERSION=1.23.4-snet-2 .
docker login
docker push snetsystems/telegraf:1.23.4-snet-2
```