dotly icon indicating copy to clipboard operation
dotly copied to clipboard

docker command not found

Open AndresJejen opened this issue 3 years ago • 3 comments

Tengo el comando de docker funcional antes de intalar dotly pero ahora no me lo reconoce, y debo usar sudo

{â–¸} ~ docker zsh: command not found: docker {â–¸} ~

AndresJejen avatar Mar 03 '21 22:03 AndresJejen

{â–¸} ~ sudo docker Usage: docker [OPTIONS] COMMAND

A self-sufficient runtime for containers

Options: --config string Location of client config files (default "/root/snap/docker/796/.docker") -c, --context string Name of the context to use to connect to the daemon (overrides DOCKER_HOST env var and default context set with "docker context use") -D, --debug Enable debug mode -H, --host list Daemon socket(s) to connect to -l, --log-level string Set the logging level ("debug"|"info"|"warn"|"error"|"fatal") (default "info") --tls Use TLS; implied by --tlsverify --tlscacert string Trust certs signed only by this CA (default "/root/snap/docker/796/.docker/ca.pem") --tlscert string Path to TLS certificate file (default "/root/snap/docker/796/.docker/cert.pem") --tlskey string Path to TLS key file (default "/root/snap/docker/796/.docker/key.pem") --tlsverify Use TLS and verify the remote -v, --version Print version information and quit

AndresJejen avatar Mar 03 '21 22:03 AndresJejen

Estas en WSL?

EduardoSimon avatar Mar 07 '21 10:03 EduardoSimon

Haz

printf "%s\n" "${PATH[@]}"

Si no te produce ninguna salida pon la variable en minúsculas. Si no produce ninguna salida ahí tienes el problema. Si no confirma si usas WSL.

gtrabanco avatar May 17 '21 09:05 gtrabanco