当前位置:网站首页>CRT command keys
CRT command keys
2022-08-03 09:34:00 【第五叶】
base source
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
epel source
curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
yum source
yum-config-manager --add-repohttp://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
yum-utils
yum install -y yum-utils
jps
sudo yum install java-1.8.0-openjdk-devel.x86_64
Turn off the firewall
systemctl stop firewalld
Turn off the firewall
systemctl disable firewalld.service
docker command prompt
sudo yum install -y bash-completion
docker container installation ip command
apt update && apt install -y iproute2
Install the necessary tools
yum install wget net-tools telnet tree nmap sysstat lrzsz dos2unix bind-utils -y
docker deletes all non-running images
for i in `docker ps -a|grep -i exit|awk '{print $1}'`;do docker rm -f $i;done
docker delete unreferenced images
docker image prune -a -f
docker stops all images
docker stop $(docker ps -aq)
docker deletes the creat state image
docker container rm
边栏推荐
猜你喜欢
随机推荐
pytorch one-hot 小技巧
013-Binary tree
多媒体数据处理实验3:图像特征提取与检索
面试突击71:GET 和 POST 有什么区别?
兔起鹘落全端涵盖,Go lang1.18入门精炼教程,由白丁入鸿儒,全平台(Sublime 4)Go lang开发环境搭建EP00
二叉查找树的综合应用
chrome F12 network 保留之前请求信息
mysql8安装步骤教程
【LeetCode】老虎证券面试-括号嵌套且满足优先级
机器学习(公式推导与代码实现)--sklearn机器学习库
Network LSTM both short-term and long-term memory
深度学习之 10 卷积神经网络1
scala减少,reduceLeft reduceRight,折叠,foldLeft foldRight
Chrome F12 keep before request information network
批量将PNG格式转化为JPG格式
AD环境搭建
Oracle 数据如何迁移到MySQL 图文详细教程
Industry SaaS Microservice Stability Guarantee Actual Combat
【LeetCode】112. Path sum
Validate floating point input