搜索结果
查询Tags标签: Aimmi,共有 8条记录-
Harbor
Harbor Docker加速器 [root@Aimmi ~]# cat /etc/redhat-release CentOS Stream release 8 [root@localhost ~]# cd /etc/containers/ [root@localhost containers]# ls certs.d policy.json registries.conf.d storage.conf oci registries.conf registries…
2021/12/16 6:09:58 人评论 次浏览 -
Harbor
Harbor Docker加速器 [root@Aimmi ~]# cat /etc/redhat-release CentOS Stream release 8 [root@localhost ~]# cd /etc/containers/ [root@localhost containers]# ls certs.d policy.json registries.conf.d storage.conf oci registries.conf registries…
2021/12/16 6:09:58 人评论 次浏览 -
基于Alpine编写Haproxy的Dockerfile
基于Alpine编写Haproxy的Dockerfile 结构目录 [root@Aimmi ~]# tree . |-- anaconda-ks.cfg |-- haproxy | |-- Dockerfile | |-- entrypoint.sh | `-- files | |-- haproxy-2.4.0.tar.gz | `-- install.sh `-- haproxy_config`-- RSs.txt3 directorie…
2021/12/13 6:17:10 人评论 次浏览 -
基于Alpine编写Haproxy的Dockerfile
基于Alpine编写Haproxy的Dockerfile 结构目录 [root@Aimmi ~]# tree . |-- anaconda-ks.cfg |-- haproxy | |-- Dockerfile | |-- entrypoint.sh | `-- files | |-- haproxy-2.4.0.tar.gz | `-- install.sh `-- haproxy_config`-- RSs.txt3 directorie…
2021/12/13 6:17:10 人评论 次浏览 -
docker数据卷部署nginx容器
docker数据卷部署nginx容器 [root@Aimmi ~]# mkdir -p /config [root@Aimmi ~]# cd /var/www/html/ [root@Aimmi html]# ls index.html index_files将配置文件复制到/config目录下 [root@Aimmi ~]# yum -y install nginx [root@Aimmi ~]# cd /etc/nginx/ [root@Aimmi ngi…
2021/12/9 7:23:54 人评论 次浏览 -
docker数据卷部署nginx容器
docker数据卷部署nginx容器 [root@Aimmi ~]# mkdir -p /config [root@Aimmi ~]# cd /var/www/html/ [root@Aimmi html]# ls index.html index_files将配置文件复制到/config目录下 [root@Aimmi ~]# yum -y install nginx [root@Aimmi ~]# cd /etc/nginx/ [root@Aimmi ngi…
2021/12/9 7:23:54 人评论 次浏览 -
存储卷部署Apache网站
存储卷部署Apache网站 创建仓库 [root@Aimmi ~]# docker run --name centos -dit centos /bin/bash Unable to find image centos:latest locally latest: Pulling from library/centos a1d0c7532777: Pull complete Digest: sha256:a27fd8080b517143cbbbab9dfb7c8571…
2021/12/8 6:47:54 人评论 次浏览 -
存储卷部署Apache网站
存储卷部署Apache网站 创建仓库 [root@Aimmi ~]# docker run --name centos -dit centos /bin/bash Unable to find image centos:latest locally latest: Pulling from library/centos a1d0c7532777: Pull complete Digest: sha256:a27fd8080b517143cbbbab9dfb7c8571…
2021/12/8 6:47:54 人评论 次浏览