简体   繁体   English

我找不到 docker 命令

[英]I can't find the docker command

Assumptions and what you want to achieve假设和您想要实现的目标

I can't find "dokcer" command after installing with "sudo apt install docker" on Linux.在 Linux 上使用“sudo apt install docker”安装后,我找不到“dokcer”命令。 How do I use docker on Linux?如何在 Linux 上使用 docker? Also, if this is a PATH problem, I'd like to know which folder it was in.另外,如果这是 PATH 问题,我想知道它在哪个文件夹中。

Occurring problems and error messages出现的问题和错误消息

bash: docker: command not found

The corresponding source code对应的源码

$ docker

Supplementary information (eg FW/tool version)补充信息(例如固件/工具版本)

  • MX Linux MX Linux

Translated with www.DeepL.com/Translator (free version)使用 www.DeepL.com/Translator 翻译(免费版)

try:尝试:

sudo apt install docker.io

Then you would have docker cli command然后你会有docker cli 命令

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM