当前位置:网站首页>CRT命令按键
CRT命令按键
2022-08-03 09:27:00 【The Fifth Leaf】
base源
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
epel源
curl -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
yum源
yum-config-manager --add-repo http://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
关闭防火墙
systemctl stop firewalld
开机关闭防火墙
systemctl disable firewalld.service
docker命令提示
sudo yum install -y bash-completion
docker容器安装ip指令
apt update && apt install -y iproute2
安装必要工具
yum install wget net-tools telnet tree nmap sysstat lrzsz dos2unix bind-utils -y
docker删除所有非运行状态镜像
for i in `docker ps -a|grep -i exit|awk '{print $1}'`;do docker rm -f $i;done
docker删除未引用镜像
docker image prune -a -f
docker停止所有镜像
docker stop $(docker ps -aq)
docker删除creat状态镜像
docker container rm
边栏推荐
- Chrome F12 keep before request information network
- What exactly does a firmware engineer do?
- Automated test browser driver download version
- 013-Binary tree
- LINGO 18.0 software installation package download and installation tutorial
- milvus
- Redis集群概念与搭建
- QImage的指针问题
- cmd(命令行)操作或连接mysql数据库,以及创建数据库与表
- 批量将PNG格式转化为JPG格式
猜你喜欢

dflow部署简记

行业 SaaS 微服务稳定性保障实战

10分钟带你入门chrome(谷歌)浏览器插件开发

Flink Yarn Per Job - 创建启动Dispatcher RM JobManager

Oracle 数据如何迁移到MySQL 图文详细教程

浅聊缓存函数

Rabbit and Falcon are all covered, Go lang1.18 introductory and refined tutorial, from Bai Ding to Hongru, the whole platform (Sublime 4) Go lang development environment to build EP00

MySQL的分页你还在使劲的limit?

10 minutes to get you started chrome (Google) browser plug-in development

110 MySQL interview questions and answers (continuous updates)
随机推荐
Network LSTM both short-term and long-term memory
Flink Yarn Per Job - Submit application
MySQL-DDL数据定义语言-约束
MySQL 主从切换步骤
10 minutes to get you started chrome (Google) browser plug-in development
多媒体数据处理实验2:PCA
scala reduce、reduceLeft 、reduceRight 、fold、foldLeft 、foldRight
STP和RSTP的BPDU报文中flag位 对比+分析
多媒体数据处理实验4:LSH索引
好用的插件
mysqldump导出提示:mysqldump [Warning] Using a password on the command line interface can be insecure
【LeetCode】112. Path sum
ORA-06512 数字或值错误字符串缓冲区太小
Path Prefixes (倍增!树上の二分)
Go的Gin框架学习
015-Balanced binary tree (1)
【LeetCode】101.对称二叉树
oracle ASM磁盘空间的查看
自动化测试浏览器驱动下载版本对应关系
【LeetCode】老虎证券面试-括号嵌套且满足优先级