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

Implement Dockerization #69

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Implement Dockerization #69

wants to merge 13 commits into from

Commits on Oct 20, 2021

  1. Add initial dockerfile

    bgyori committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    81f2185 View commit details
    Browse the repository at this point in the history
  2. Make host visible from outside

    bgyori committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    12854da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67f05b4 View commit details
    Browse the repository at this point in the history
  4. Add custom startup script

    bgyori committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    f56df92 View commit details
    Browse the repository at this point in the history
  5. Add README for Docker use

    bgyori committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    22b955f View commit details
    Browse the repository at this point in the history
  6. Add more documentation

    bgyori committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    69ccaca View commit details
    Browse the repository at this point in the history
  7. Remove docker folder from manifest

    cthoyt authored and bgyori committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    5f46ee9 View commit details
    Browse the repository at this point in the history
  8. Blacken

    cthoyt authored and bgyori committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    436eb19 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    cthoyt authored and bgyori committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    f8f2a55 View commit details
    Browse the repository at this point in the history
  10. Update README.md

    cthoyt authored and bgyori committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    26c7163 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    cthoyt authored and bgyori committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    701a794 View commit details
    Browse the repository at this point in the history
  12. Update example for running docker

    Rather than including detach by default, I added a note below.
    cthoyt authored and bgyori committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    42cf220 View commit details
    Browse the repository at this point in the history
  13. Add small amount of logging to startup.sh

    The --version got added in master but should be able to print out this info
    
    The --host option should also be available
    cthoyt authored and bgyori committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    7298926 View commit details
    Browse the repository at this point in the history