码迷,mamicode.com
首页 >  
搜索关键字:docker 端口    ( 45531个结果
IP、端口、TCP、UDP、文件上传
1.ip public class TestInetAddress { public static void main(String[] args) { try { //查询本机IP,可以new InetAddress byName = InetAddress.getByName("localhos ...
分类:Web程序   时间:2021-06-02 15:28:12    阅读次数:0
Docker Tutorial
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
请问在电脑里PNP是什么意思啊?
PnP(Plug and Play,即插即用)是指用户不必干预计算机的各个外围设备对系统资源的分配,而将这一繁杂的工作交给系统,由系统自身去解决底层硬件资源,包括IRQ(中断请求)、I/O(输入输出端口)地址、DMA(直接内存读写)和内存空间等的分配问题。对用户而言,只要将外围设备“插上”就能使用。 ...
分类:其他好文   时间:2021-06-02 15:18:59    阅读次数:0
docker
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
docker - install
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
/etc/init.d/functions: No such file or directory报错问题
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
第140天学习打卡(Docker --link 自定义网络 网络连通 部署Redis集群 发布SpringBoot镜像)
--link 思考一个场景,我们编写了一个微服务器, database url=ip; 项目不重启,数据库ip换掉了,我们希望可以处理这个问题,可以名字来进行访问容器? [root@kuangshen /]# docker exec -it tomcat02 ping tomcat01 ping: ...
分类:编程语言   时间:2021-06-02 14:52:05    阅读次数:0
docker
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
强推-远程Linux服务器的比较好用的工具
1、ScureFX 本人在工作中一直使用的ScureFX这个远程Linux工具。他里面包含了ScureCRT这个功能,可以直接操作服务器内容 其实使用起来么,也还是可以的,就是ScureCRT这个打开会比较慢,长时间未操作会未连接,再连接也需要花好长时间,反正就是能满足我工作,但是不知道是不是电脑太 ...
分类:系统相关   时间:2021-06-02 14:22:07    阅读次数:0
linux远程和软件包的管理
远程管理 ssh 用户名@对方IP地址 -X 在本地可以运行对方的图形程序 端口 22 [root@room9pc01 ~]# ssh root@172.25.0.11 [root@server0 ~]# exit #退出远程管理 Ctrl + shfit + t 新开一个终端 软件包的管理 1、R ...
分类:系统相关   时间:2021-06-02 14:12:24    阅读次数:0
45531条   上一页 1 ... 20 21 22 23 24 ... 4554 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!