Skip to content

Conversation

@jamiehannaford
Copy link

This pull request fixes three problems:

  1. HostConfig information is now sent in the Create call, rather than the Start call. This is in line with the latest Docker Remote API (v1.22), which has deprecated payloads in the Start call.
  2. The CreateContainer function in dockerclient now accepts a third argument for auth config.
  3. The RemoveImage function in dockerclient now accepts a second bool argument.

Apart from not being able to build, another bug is that HostConfig information is not adhered to when containers are redeployed (e.g. their port mappings).

@jamiehannaford jamiehannaford changed the title Pass in HostConfig to create operation [wip] Pass in HostConfig to create operation Mar 15, 2016
@jamiehannaford jamiehannaford changed the title [wip] Pass in HostConfig to create operation Pass in HostConfig to create operation Mar 15, 2016
@jamiehannaford
Copy link
Author

@bdehamer Hey, would you mind taking a look at this if you have any free time? Thanks!

@stffabi
Copy link
Contributor

stffabi commented Jan 7, 2017

Resolved by #26. This PR could be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants