Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Create a more user-friendly Dockerfile for images. #310

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Feb 27, 2019

  1. Configuration menu
    Copy the full SHA
    9b81696 View commit details
    Browse the repository at this point in the history
  2. add entrypoint, if MCROUTER_CONFIG_PATH undefined then use the defaul…

    …t one written to /etc/mcrouter/mcrouter.json
    
    simplify entrypoint. bundle the default mcrouter.json with the Docker image, and now allow to point at an alternative location for the mcrouter json config file
    emalloy committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    40dd7b4 View commit details
    Browse the repository at this point in the history
  3. add MCROUTER_LISTEN_PORT as Dockerfile ENV

    explicitly list and COPY files into the docker image fs
    emalloy committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    8152ee7 View commit details
    Browse the repository at this point in the history