Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Why the command cannot be executed after entering the docker container

2025-01-27 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces "Why cannot execute the command after entering the docker container". In the daily operation, I believe that many people have doubts about why they cannot execute the command after entering the docker container. The editor has consulted all kinds of materials and sorted out simple and easy-to-use methods of operation. I hope it will be helpful to answer the question of "why you can't execute the command after entering the docker container." Next, please follow the editor to study!

After we install the Ubuntu container using Dokcer, we may have the problem that the command cannot be executed. Generally, the ubuntu container installed through the image is a pure environment, many of its commands can not be executed, that is, the lack of a lot of executable scripts, can be installed.

Please execute apt-get update before performing all installation

1. Lsb_release

Apt-get install lsb-release

2. Ifconfig

Apt install net-tools

3. Ping

Apt install iputils-ping

4. Sudo

Apt-get install sudo

5. Vim

Apt-get install vim

In the same way, you can install git, Python, etc.

(apt-get install git python-virtualenv libssl-dev libffi-dev build-essential libpython-dev python2.7-minimal authbind) at this point, the study on "Why the command cannot be executed after entering the docker container" is over. I hope I can solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report