Docker image

The image is available from our private Docker repository. Below is an example of how to run the image in a host network.

docker run \
    --rm \
    --volume /etc/mcc:/etc/mcc \
    --device /dev/net/tun \
    --cap-add NET_ADMIN \
    --network host \
    --env DOCKER_MCC_DNSMASQ_LISTEN_ADDRESS=127.0.0.1 \
    --name mcc \
    registry.staex.io/staex/mcc:latest

Please follow our guide to learn what other options do you have.