Doc fixes per @betatim

pull/117/head
yuvipanda 2017-10-24 16:09:09 -07:00
rodzic be545bd0ad
commit 29f22f5636
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -6,8 +6,10 @@ If you have a question & have found an answer, send a PR to add it here!
## Can I use repo2docker to bootstrap my own Dockerfile?
No, you can't.
If you pass the `--debug` flag to `repo2docker`, it outputs the intermediate
Dockerfile it is using to build the docker image. While it is tempting to copy
Dockerfile that is used to build the docker image. While it is tempting to copy
this as a base for your own Dockerfile, that is not supported & in most cases
will not work. The `--debug` output is just our intermediate generated
Dockerfile, and is meant to be built in