https://github.com/abn/docker-marathon-consul
Marathon-Consul bridge in a scratch container
https://github.com/abn/docker-marathon-consul
Last synced: 4 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-20T10:55:58.000Z (over 10 years ago)
- Last Synced: 2025-08-03T03:38:00.589Z (11 months ago)
- Language: Makefile
- Size: 145 KB
- Stars: 0
- Watchers: 0
- 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
```