You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.
When executing this, the hostname of the container is not changed to 'myhostname'.
It seems that Docker API recently changes.
The API option key to set the container hostname is now Hostname and no longer HostConfig/Hostname.
Modifying this in chef/provisioning/docker_driver/docker_run_options.rb, fixes the issue.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
chef-provisionning-docker version : 0.10.0
Docker Engine Version : 1.12
Example:
When executing this, the hostname of the container is not changed to 'myhostname'.
It seems that Docker API recently changes.
The API option key to set the container hostname is now
Hostname
and no longerHostConfig/Hostname
.Modifying this in chef/provisioning/docker_driver/docker_run_options.rb, fixes the issue.
The text was updated successfully, but these errors were encountered: