I can't run docker on CMD: saved file tree to doc-filelist.js Copied JS to doc-script.js Compiled CSS to doc-style.css
Asked Answered
T

2

1

I don't know why, but I've installed docker using npm (i've installed the app too). I'm on a mac air M1 And when running any docker command (run), i've got this message (example with rabbitMQ):

docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.11-management
Saved file tree to doc-filelist.js
Copied JS to doc-script.js
Compiled CSS to doc-style.css

Please help me !

Thrawn answered 26/1, 2023 at 16:25 Comment(2)
I don't think you've actually installed Docker the container tool. It's a precompiled Go binary and not something you could install using npm.Brownnose
duplicate of #61266873Unavailing
U
0

It looks like, in the official NPM registry, someone registered the name 'docker' for their own personal project. All it does is generate some documentation. The official page to the project gives a 404 link so this project is probably long dead.

https://www.npmjs.com/package/docker

Unavailing answered 20/4, 2023 at 13:43 Comment(0)
A
0

You probably have a package named 'docker' installed.

Use npm uninstall -g docker and try again.

Antiscorbutic answered 26/4, 2023 at 11:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.