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

Expanded docker driver options #390

Merged
merged 4 commits into from
Nov 6, 2015

Commits on Nov 5, 2015

  1. Added task configuraton options for docker driver

    - Added `priviliged` option to task config to allow containers to run in
     priviliged mode.
    - Added `dns-servers` option to task config to allow containers to use
      custom DNS servers
    - Added `search-domains` option to task config to allow containers to
      use custom dns search domains
    - Added authentication options (under key namespace `auth.*`) to allow
      authentication on a task level for docker remote.
    - Updated site docs to reflect changes
    Sdedelbrock committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    0521562 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/hashicorp/nomad into f-do…

    …cker-driver-options
    
    * 'master' of https://github.com/hashicorp/nomad: (59 commits)
      Move the executor and spawn package into driver
      Remove file watching
      Check if the PID is alive instead of heartbeating through modify time
      Update CHANGELOG.md
      nomad/watch: add a note about the Item struct
      go fmt this file
      Vet errors
      Search path
      Update website
      Make a basic executor that can be shared and fix some fingerprinting/tests
      Small improvements
      Use const value for AWS metadata URL
      Create Spawn pkg that handles IPC with the spawn-daemon and update exec_linux to use that
      Fixed the restart policy syntax
      Introducing vars to create default batch and service restart policies
      Fixed the tests
      Declaring Batch and Service default restart policies
      Fixing tests to not create a TG without restart policies
      This option only work -> This option only works
      leave -> leaving
      ...
    Sdedelbrock committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    467777e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2015

  1. Updated priviliged option, added client priviliged option

    - Added error checking on priviliged mode.
    - Added `docker.privileged.enabled` to client config/fingerprint
    Sdedelbrock committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    b8b8fe5 View commit details
    Browse the repository at this point in the history
  2. Fix build

    returned wrong value, and forot a ":" :/
    Sdedelbrock committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    e2f1599 View commit details
    Browse the repository at this point in the history