anaselhajjaji / docker-muxy

Official Docker image for Muxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Muxy Dockerfile

Official Docker image for Muxy.

Base Docker Image: dockerfile/debian

Installation

  • Install Docker.
  • Download build from public Docker Hub Registry: docker pull mefellows/muxy (alternatively, you can build an image from Dockerfile: docker build -t="mefellows/muxy" github.com/mefellows/docker-muxy).

Usage

Muxy requires a config file to run. Create one, and then share it at /opt/muxy/conf/config.yml within the Docker container, ensuring that the container is running a privileged network.

Likely, you will also need to expose a port to connect to. Assuming you a proxying on port 80:

docker run \
  -d \
  -p 80:80 \
  -v <path to muxy config>:/opt/muxy/conf/config.yml \
  --privileged \
  mefellows/muxy

About

Official Docker image for Muxy

License:MIT License


Languages

Language:Dockerfile 86.4%Language:Shell 13.6%