Commit Graph

101 Commits

Author SHA1 Message Date
khs1994
ba3668b19e Update ubuntu to 18.04 2018-12-19 17:24:52 +08:00
khs1994
a4227497d4 Fix #383, base image not include wget,Update based image to debian:stretch 2018-12-19 17:08:32 +08:00
khs1994
657753c59c replace docker store with docker hub 2018-12-14 19:08:14 +08:00
long
6907b24acd Update docker save command info
Signed-off-by: daixiang0 <764524258@qq.com>
2018-12-13 18:13:08 +08:00
khs1994
46b70102da Update storage drivers #378 #375 2018-12-13 18:01:45 +08:00
Devin-Li
4cb7a633ea update entrypotin.md 2018-12-10 18:20:10 +08:00
khs1994
75ac38a92f Update ubuntu version to 18.04
Signed-off-by: khs1994 <khs1994@khs1994.com>
2018-12-08 21:48:16 +08:00
khs1994
abd0871f5d Update Dockerfile
Signed-off-by: khs1994 <khs1994@khs1994.com>
2018-11-02 08:26:50 +08:00
康怀帅
86c7042557 Change docker rmi TO docker image rm #279 2018-05-09 19:45:51 +08:00
khs1994
b8aeb4816e Update Dockerfile multistage-builds #320 2018-03-10 09:16:43 +08:00
khs1994
a2de8f8195 Change command docker ps to docker container ls #279 2018-01-15 22:00:53 +08:00
khs1994
6b421a351b Update image 2017-12-20 23:45:25 +08:00
khs1994
f479e606a4 Add tips #265 2017-12-20 23:44:09 +08:00
khs1994
1920ec4d71 Add Best practices for writing Dockerfiles 2017-12-06 19:29:09 +08:00
khs1994
772d02b5ec Add docker-library/docs in dockerfile/references.md 2017-12-05 13:04:01 +08:00
khs1994
77009b25b7 Update image:Change docker images TO docker image ls,etc #279 2017-12-05 09:40:50 +08:00
khs1994
b11481a16c Fix spelling error 2017-12-03 10:31:28 +08:00
khs1994
9c6dc3b7c3 Update image 2017-12-03 10:27:05 +08:00
khs1994
6591f00635 Update image 2017-12-01 17:33:05 +08:00
khs1994
a4759c6829 Update image 2017-11-27 14:29:13 +08:00
khs1994
cf409b0318 Add multistage builds #226 2017-11-24 18:37:38 +08:00
khs1994
1c87565d1a Add multistage builds #226 2017-11-24 18:36:30 +08:00
khs1994
8292b693f4 Update image 2017-11-24 12:30:57 +08:00
khs1994
42b3787134 Fix spelling error 2017-11-23 23:48:52 +08:00
khs1994
d96135bd80 Update content #227 #180 2017-11-22 20:28:10 +08:00
khs1994
4891f3fb8f Fix #117 2017-11-22 11:13:23 +08:00
khs1994
5d5f6cf2ce Update image install content 2017-11-13 18:19:35 +08:00
Baohua Yang
7198e22549 Merge pull request #204 from khs1994/master
Fix #203 #206 #208 #209
2017-10-31 19:11:08 -05:00
khs1994
aa1e1d8453 Use 「docker image」 in docker v1.13+ 2017-10-24 13:06:50 +08:00
khs1994
e53e778e8d Add Docker Management Commands in docker v1.13+ 2017-10-24 12:30:17 +08:00
Letian Feng
375121696f Fix 单词错误 Dockrfile -> Dockerfile 2017-10-20 11:09:52 +02:00
khs1994
d9a26df6a3 Fix links 2017-09-16 10:27:27 +08:00
khs1994
3af33b04c6 link install/mirror.md 2017-09-04 20:05:15 +08:00
leotian
647828bf85 refactor: image not found 2017-07-17 11:12:42 +08:00
Baohua Yang
705fb2efc3 Merge pull request #175 from shuizhongyueming/f/RUN命令调整
Fix run cmd
2017-06-01 18:50:13 +08:00
shuizhongyueming
f23e8f8ce7 修复在ONBUILD章节里面RUN命令的使用错误
在ONBUILD章节里面RUN后面要执行的命令被双引号括起来了
在基于demo提供的Dockerfile来构建镜像时,Docker会报类似"/bin/sh: 1: mkdir /app: not found"的错误
去掉之后就一切正常了
2017-06-01 18:11:18 +08:00
Baohua Yang
e33150db73 Update figure location 2017-05-24 11:37:58 +08:00
wg1j
7ef6616b1c Fixed url and add footnote to new Docker Store 2017-04-22 00:27:44 +08:00
Rui Ma
22fa7ea709 Update workdir.md
workdir 可以自动帮忙建立目录
2017-03-14 17:06:48 +08:00
Howld
a56376fc7c #160 2017-03-02 19:58:32 +08:00
Jason
4f3ecaa0df 在 -> 再 2017-02-18 22:07:35 +08:00
Jason
f22277afbf 是用 -> 使用 2017-02-18 21:02:39 +08:00
Jason
d9648a2544 至于修改为置于 2017-02-18 14:35:44 +08:00
gerryke
59e80243dc 修改Entrypoint介绍章节中错别字“远了”为“原来” 2017-02-09 17:12:26 +08:00
Baohua Yang
8a8edc3767 Merge branch 'master' of github.com:yeasy/docker_practice 2017-02-09 09:36:10 +08:00
Kim Wu
78e5d45125 改正输入错漏。
CMD ["nginx" "-g" "daemon off;"] -> CMD ["nginx", "-g", "daemon off;"]
2017-01-13 14:21:35 +08:00
yeasy
37b4149605 Add cloud chapter 2017-01-12 16:11:33 +08:00
hzwangsiyu
29c0385b12 fix typo 2016-12-20 00:57:27 +08:00
Baohua Yang
a46012033f Merge pull request #141 from xiaoxing598/master
Change term of "internal"
2016-12-15 16:44:50 +08:00
Allen
b1cf8d3dc1 修复错误描述 2016-12-15 09:42:50 +08:00