https://github.com/abn/gobgp-docker
  
  
    GoBGP in scratch docker containers 
    https://github.com/abn/gobgp-docker
  
        Last synced: 8 months 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 (almost 10 years ago)
 - Default Branch: master
 - Last Pushed: 2015-12-11T12:22:20.000Z (almost 10 years ago)
 - Last Synced: 2025-01-19T10:32:03.200Z (10 months 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
```