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

Renamed docker binary to mitigate conflict with docker CLI #97

Closed
wants to merge 3 commits into from

Conversation

DinkDonk
Copy link

No description provided.

@reiner-dolp
Copy link

If you are using docker.js with npm you can get around this issue by executing docker through package.json scripts:

  1. Install docker.js locally in your project, e.g. as dev dependency.
  2. Run docker.js as a npm script: npm run generate-docs

Minimal package.json example:

{
    "devDependencies": {
        "docker": "0.2.14"
    },
    "scripts": {
        "generate-docs": "docker /* your args */"
    }
}

docker will reference the "container-manager" in your shell, and docker.js in npm scripts.

@jbt jbt closed this in 21ee8c1 Jul 9, 2016
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