Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abn/gobgp-docker
GoBGP in scratch docker containers
https://github.com/abn/gobgp-docker
Last synced: 7 days ago
JSON representation
GoBGP in scratch docker containers
- Host: GitHub
- URL: https://github.com/abn/gobgp-docker
- Owner: abn
- License: apache-2.0
- Created: 2015-12-11T12:19:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T12:22:20.000Z (about 9 years ago)
- Last Synced: 2024-11-18T07:50:00.558Z (about 1 month ago)
- Language: Makefile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoBGP Containers
This project puts [gobgp](https://github.com/osrg/gobgp) binaries in scratch docker containers. It is available on Docker Hub as [gobgp](https://registry.hub.docker.com/u/alectolytic/gobgp/) and [gobgpd](https://registry.hub.docker.com/u/alectolytic/gobgpd/); and can be pulled using the following command.
```sh
docker pull alectolytic/gobgp
docker pull alectolytic/gobgpd
```You will note that this is a tiny image.
```
$ docker images | grep docker.io/alectolytic/gobgp
docker.io/alectolytic/gobgp 1.2 a3c7ed869942 5 minutes ago 9.491 MB
docker.io/alectolytic/gobgpd 1.2 b879df053a1f 6 minutes ago 10.98 MB
```## Quickstart
```sh
docker run --rm -it alectolytic/gobgpd
```