随笔分类 - Docker
docker
摘要:
Install Elasticsearch with Docke 参考链接 Start a single-node cluster link to start a multi-node cluster with docker composer link to docker composer file
阅读全文

摘要:
Quick reference Maintained by: the Docker Community Where to get help the Docker Community Slack, Server Fault, Unix & Linux, or Stack Overflow S
阅读全文

摘要:
参考文档 GitLab Runner runs the CI/CD jobs that are defined in GitLab GitLab Runner is open-source and written in Go. It can run as a single binary and ha
阅读全文

摘要:
官方文档: https://docs.gitlab.com/ee/install/docker.html#expose-gitlab-on-different-ports 设置本地目录 设置环境变量 GITLAB_HOME export GITLAB_HOME=/srv/gitlab 安装 启动脚本
阅读全文

摘要:
Docker介绍 什么是docker Docker 最初是 dotCloud 公司创始人 Solomon Hykes 在法国期间发起的一个公司内部项目,它是基于 dotCloud 公司多年云服务技术的一次革新。 在 2013 年底,dotCloud 公司决定改名为 Docker。Docker 最初是
阅读全文

摘要:
docker查看镜像的所有标签 #!/bin/sh repo_url=https://registry.hub.docker.com/v1/repositories image_name=$1 curl -s ${repo_url}/${image_name}/tags | json_reforma
阅读全文

摘要:
Docker快速入门——Docker-Compose 参考链接: https://www.cnblogs.com/phpk/p/11205467.html
阅读全文

摘要:
Docker 镜像加速源设置 镜像源设置 文件位置: /etc/docker/daemon.json, 若文件不存在则手动创建一个 内容如下: { "builder": { "gc": { "defaultKeepStorage": "20GB", "enabled": true } }, "exp
阅读全文

摘要:
##Docker开启Remote API 参考官方设置方式: https://docs.docker.com/engine/install/linux-postinstall/#configure-where-the-docker-daemon-listens-for-connections Doc
阅读全文
