当前位置:网站首页>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
边栏推荐
- 手把手教你如何自制目标检测框架(从理论到实现)
- LINGO 18.0 software installation package download and installation tutorial
- Add Modulo 10 (规律循环节,代码实现细节)
- 二叉查找树的综合应用
- 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
- Exception: Dataset not found. Solution
- Go的Gin框架学习
- Laya中关于摄像机跟随人物移动或者点击人物碰撞器触发事件的Demo
- 线程介绍与使用
- 验证浮点数输入
猜你喜欢
mysql的union和union all
STP普通生成树安全特性— bpduguard特性 + bpdufilter特性 + guard root 特性 III loopguard技术( 详解+配置)
MySQL-TCL语言-transaction control language事务控制语言
MySQL 中 is null 和 =null 的区别
【LeetCode】zj面试-把字符串转换成整数
Redis cluster concept and construction
英文语法-状语从句
深度学习之 10 卷积神经网络2
pytorch one-hot tips
What exactly does a firmware engineer do?
随机推荐
The display of the article list and the basics of creating articles and article details
MySQL-TCL语言-transaction control language事务控制语言
慢 SQL 分析与优化
STP生成树(端口状态+端口角色+收敛机制 )|||| STP优化技术( uplinkfast技术+Portfast技术+backbonefast技术 )详解
Partition table (1)
When deleting a folder, the error "Error ox80070091: The directory is not empty" is reported. How to solve it?
兔起鹘落全端涵盖,Go lang1.18入门精炼教程,由白丁入鸿儒,全平台(Sublime 4)Go lang开发环境搭建EP00
Exception: Dataset not found. Solution
Flink Yarn Per Job - 提交应用
MySQL 中 is null 和 =null 的区别
行业 SaaS 微服务稳定性保障实战
MySQL的主从复制
For heavy two-dimensional arrays in PHP
gpnmb+ gpnmb-AT2 cell空转映射 上皮细胞的空转映射
flutter 应用 抓包
System io statistics
110道 MySQL面试题及答案 (持续更新)
milvus
LeetCode第三题(Longest Substring Without Repeating Characters)三部曲之二:编码实现
10分钟带你入门chrome(谷歌)浏览器插件开发