当前位置:网站首页>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.repoyum source
yum-config-manager --add-repohttp://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repoyum-utils
yum install -y yum-utilsjps
sudo yum install java-1.8.0-openjdk-devel.x86_64Turn off the firewall
systemctl stop firewalldTurn off the firewall
systemctl disable firewalld.servicedocker command prompt
sudo yum install -y bash-completiondocker container installation ip command
apt update && apt install -y iproute2Install the necessary tools
yum install wget net-tools telnet tree nmap sysstat lrzsz dos2unix bind-utils -ydocker 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 -fdocker stops all images
docker stop $(docker ps -aq)docker deletes the creat state image
docker container rm边栏推荐
猜你喜欢

cnpm安装步骤

Redis cluster concept and construction

超详细的Asp.net使用SSL双向认证,一篇就够了

Scala parallel collections, parallel concurrency, thread safety issues, ThreadLocal

批量将PNG格式转化为JPG格式

AUC的两种计算方式

兔起鹘落全端涵盖,Go lang1.18入门精炼教程,由白丁入鸿儒,全平台(Sublime 4)Go lang开发环境搭建EP00

selenium IDE的3种下载安装方式

LINGO 18.0 software installation package download and installation tutorial

SAP Analytics Cloud 和 SAP Cloud for Customer 两款 SaaS 软件的集成
随机推荐
DOM0、DOM2、DOM3 事件
2022最新整理软件测试常见面试题附答案
RSTP(端口角色+端口状态+工作机制)|||| 交换机接口分析
Alibaba Cloud SMS Sending
Scrapy + Selenium 实现模拟登录,获取页面动态加载数据
SQL试题
The window of the chosen data flow
【LeetCode】101.对称二叉树
【LeetCode】622.设计循环队列
命令行加载特效 【cli-spinner.js】 实用教程
ORA-06512 数字或值错误字符串缓冲区太小
STP和RSTP的BPDU报文中flag位 对比+分析
【字节面试】word2vector输出多少个类别
多媒体数据处理实验3:图像特征提取与检索
Flink Yarn Per Job - 启动AM
MySQL 中 is null 和 =null 的区别
bihashSummary
015-平衡二叉树(一)
cnpm安装步骤
多媒体数据处理实验1:算术编码