Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abn/docker-marathon-consul
Marathon-Consul bridge in a scratch container
https://github.com/abn/docker-marathon-consul
Last synced: 7 days ago
JSON representation
Marathon-Consul bridge in a scratch container
- Host: GitHub
- URL: https://github.com/abn/docker-marathon-consul
- Owner: abn
- License: apache-2.0
- Created: 2015-09-20T09:00:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-20T10:55:58.000Z (over 9 years ago)
- Last Synced: 2024-11-18T07:49:53.178Z (about 1 month ago)
- Language: Makefile
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marathon Consul Container
This project puts [Marathon Consul](https://github.com/CiscoCloud/marathon-consul) in scratch docker container. It is available on [Docker Hub](https://registry.hub.docker.com/u/alectolytic/marathon-consul/) and can be pulled using the following command.
```sh
docker pull alectolytic/marathon-consul
```You will note that this is a tiny image.
```
$ docker images | grep docker.io/alectolytic/marathon-consul
docker.io/alectolytic/marathon-consul latest 0656e0467edc About an hour ago 4.717 MB
```## Quickstart
```sh
docker run --rm -it -v /etc/ssl/certs:/etc/ssl/certs:ro alectolytic/marathon-consul
```