当前位置:网站首页>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边栏推荐
- SAP Analytics Cloud 和 SAP Cloud for Customer 两款 SaaS 软件的集成
- go中select语句
- oracle中的rownum函数
- Redis的基础与django使用redis
- 深度学习之 10 卷积神经网络2
- 【字节面试】word2vector输出多少个类别
- C语言二维数组用一维数组进行调用
- "Easy to use" websites that others don't know, make you more efficient
- Oracle 迁移至Mysql
- scala减少,reduceLeft reduceRight,折叠,foldLeft foldRight
猜你喜欢
随机推荐
Scrapy + Selenium 实现模拟登录,获取页面动态加载数据
mysql 事务原理详解
DOM0、DOM2、DOM3 事件
php中去重二维数组
015-Balanced binary tree (1)
删除文件夹时,报错“错误ox80070091:目录不是空的”,该如何解决?
WinCheck Script
cmd(命令行)操作或连接mysql数据库,以及创建数据库与表
文章列表的显示 以及创建文章 还有文章详情的基本
Go的Gin框架学习
Automated test browser driver download version
验证浮点数输入
The display of the article list and the basics of creating articles and article details
分区分表(一)
What are pseudo-classes and pseudo-elements?The difference between pseudo-classes and pseudo-elements
软体按摩机器人驱动器的设计与仿真
SAP Analytics Cloud 和 SAP Cloud for Customer 两款 SaaS 软件的集成
【LeetCode】112.路径总和
【网络安全】Kail操作系统
Promise 一: 基本问题









