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

Getting an error while building an image #53

Open
sudheer-sweetiq opened this issue Oct 19, 2018 · 0 comments
Open

Getting an error while building an image #53

sudheer-sweetiq opened this issue Oct 19, 2018 · 0 comments
Labels

Comments

@sudheer-sweetiq
Copy link

@AgustinCB
Getting the error "TypeError: data.pipe is not a function" While building an image
please find the code below

const Docker = require('node-docker-api').Docker;
const docker = new Docker({
    socketPath: '/var/run/docker.sock'
});

async function runDockerImage() {
        await docker.image.build({t: 'writl/sftp'});
}

@AgustinCB AgustinCB added the bug label Nov 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants