Docker 从入门到实践 0.9.0(2017-12-31)
clone 到本地, 并设置用户信息。 $ git clone git@github.com:docker_user/docker_practice.git $ cd docker_practice 修改代码后提交,并推送到自己的仓库,注意修改提交消息为对应 Issue 号和描述。 # Update the content $ git commit -a -s # In commit change" $ git push 在 GitHub 上提交 Pull Request ,添加标签,并邀请维护者进行 Review 。 定期使用项目仓库内容更新自己仓库内容。 $ git remote add upstream https://github.com/yeasy/docker_practice $ git fetch upstream $ git rebase upstream/master upstream/master $ git push -f origin master 排版规范 本开源书籍遵循 中文排版指南 规范。 如何贡献 13 简介 本章将带领你进入 Docker 的世界。 什么是 Docker? 用它会带来什么样的好处? 好吧,让我们带着问题开始这神奇之旅。 Docker 简介 14 什么是 Docker Docker 最初是 dotCloud 公司创始人0 码力 | 370 页 | 6.73 MB | 1 年前3Docker 从入门到实践 0.4
docker_user/docker_practice ,然后 clone 到本地,并设 置用户信息。 $ git clone git@github.com:docker_user/docker_practice.git $ cd docker_practice $ git config user.name "yourname" $ git config user.email "your email" 修改代码后提交,并推送到自己的仓库。 content $ git commit -am "Fix issue #1: change helo to hello" $ git push 在 GitHub 网站上提交 pull request。 定期使用项目仓库内容更新自己仓库内容。 $ git remote add upstream https://github.com/yeasy/docker_practice $ git fetch upstream upstream $ git checkout master 参加步骤 Docker —— 从入门到实践 6 前言 $ git rebase upstream/master $ git push -f origin master Docker —— 从入门到实践 7 前言 本章将带领你进入 Docker 的世界。 什么是 Docker? 用它会带来什么样的好处? 好吧,让我们带着问题开始这神奇之旅。0 码力 | 179 页 | 2.27 MB | 1 年前31.4 使用 Docker 构建企业持续集成服务
& ContainerOps As A Service First Step – Container Build Container Build Link Git Service With Image Storage Container Build With Jenkins Not Just Build – Everything0 码力 | 17 页 | 1.86 MB | 1 年前3
共 3 条
- 1