silarsis / docker-proxy

Transparent proxy for docker containers, run in a docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image in stead of container

peichels opened this issue · comments

CONTAINER_NAME=${CONTAINER_NAME:-docker-proxy}

To be more concise I would use IMAGE_NAME in stead of CONTAINER_NAME in the beginning of this script.