8000 GitHub - nickschuch/marco-docker: Docker backend for https://github.com/nickschuch/marco
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nickschuch/marco-docker

< D513 div class="OverviewContent-module__Box_7--SbxdI">

Repository files navigation

Marco - Docker

Docker backend for https://github.com/nickschuch/marco

Usage

$ marco-docker --marco=http://localhost:81

NOTE: We assume the Marco daemon is already running.

Docker

The following will setup Marco + Docker backend pushes.

$ docker run -d \
             --name=marco \
             -p 0.0.0.0:80:80 nickschuch/marco
$ docker run -d \
             --link marco:marco \
             -e "MARCO_ECS_URL=http://marco:81" \
             -v /var/run/docker.sock:/var/run/docker.sock nickschuch/marco-ecs

About

Docker backend for https://github.com/nickschuch/marco

Resources

Stars

Watchers

Forks

Packages

No packages published
0