yum -y install podman 参考地址 https://yeasy.gitbook.io/docker_practice/podman ...
分类:
系统相关 时间:
2021-06-02 15:51:44
阅读次数:
0
Docker Tutorial Basic Docker Commands pull an image docker pull {image name}:{image version} list all docker images docker image ls -a create and run ...
分类:
其他好文 时间:
2021-06-02 15:27:12
阅读次数:
0
docker 安装 yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/d ...
分类:
其他好文 时间:
2021-06-02 15:18:47
阅读次数:
0
https://docs.docker.com/engine/install/ubuntu/ Set up the repository apt-get update apt-get install \ apt-transport-https \ ca-certificates \ curl \ g ...
分类:
其他好文 时间:
2021-06-02 15:16:09
阅读次数:
0
docker-centos7运行systemctl status jenkins, 出现/etc/rc.d/init.d/jenkins: line 59: /etc/init.d/functions: No such file or directory错误, yum安装即可 yum install ...
分类:
其他好文 时间:
2021-06-02 15:14:11
阅读次数:
0
kotlin code: fun go(r: Runnable) = r.run() //fun fGo(f: () -> Unit) = go(f) fun main() { val g: () -> Unit = { println("what")} go(g) } equivalent jav ...
分类:
其他好文 时间:
2021-06-02 15:03:35
阅读次数:
0
--link 思考一个场景,我们编写了一个微服务器, database url=ip; 项目不重启,数据库ip换掉了,我们希望可以处理这个问题,可以名字来进行访问容器? [root@kuangshen /]# docker exec -it tomcat02 ping tomcat01 ping: ...
分类:
编程语言 时间:
2021-06-02 14:52:05
阅读次数:
0
docker 安装 yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/d ...
分类:
其他好文 时间:
2021-06-02 14:49:47
阅读次数:
0
#一、Hybrid接口 ##1.1 VLan的基本概念 特点: 隔离广播 方便管理 提高安全 Vlan接口: Access接口 Trunk接口 Trunk封装 : isl dot1q ##1.2 Hybrid接口特点 特点: 1.华为交换机接口默认为Hybrid模式 2.既可以实现Access接口的 ...
分类:
其他好文 时间:
2021-06-02 13:24:34
阅读次数:
0
一、环境 *centos7.6 二、安装步骤 *设置yum源 yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo yum-config-manager --add-repo htt ...
分类:
其他好文 时间:
2021-06-02 12:47:47
阅读次数:
0