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

Adding support for log driver settings and volume bindings #1736

Closed
wants to merge 4 commits into from

Commits on Sep 20, 2016

  1. Added logging options support for docker driver

    Jan-Hendrik Lendholt authored and Jan-Hendrik Lendholt committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    e3bf6fe View commit details
    Browse the repository at this point in the history
  2. Added support to mount host folders into container. For example if yo…

    …u don't want to bake certificates into the container, you can mount them into the directory directly.
    
    Furthermore, I added support for volumes-from.
    
    Currently, there is no support to move the data from one container to another, hence: If a container spawns on another host, it is very likely, that the data will not be found.
    Jan-Hendrik Lendholt authored and Jan-Hendrik Lendholt committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    cfd2b2b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/hashicorp/nomad

    Jan-Hendrik Lendholt authored and Jan-Hendrik Lendholt committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    1fe3d4e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. Fixed a bug when giving in another logging driver than syslog.

    Before this commit, if the Logging config did not contain a logging option "syslog-address", it would definitely insert this option.
    If then, you decide to take another logdriver than syslog, docker would fail because it received a wrong log option for the selected driver.
    Now, nomad will only insert the syslog address in a hard way if there are no logging options at all - this way it keeps the default nomad settings.
    Jan-Hendrik Lendholt authored and Jan-Hendrik Lendholt committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    a4e85d2 View commit details
    Browse the repository at this point in the history