Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Add commit #17

Closed
wants to merge 2 commits into from
Closed

Add commit #17

wants to merge 2 commits into from

Conversation

proppy
Copy link

@proppy proppy commented Jul 25, 2014

No description provided.

func (client *DockerClient) Commit(cid string) (string, error) {
v := url.Values{}
v.Set("container", cid)
config, err := json.Marshal(&HostConfig{})
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why why why?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had an EOF on the daemon without that, I think passing {} would also work.

@flavio flavio mentioned this pull request Aug 4, 2015
@proppy proppy closed this Aug 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants