* added detail re: permissions defaults on shared volumes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed note format
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added more x-refs between faqs, troubleshooting, shared drives topic
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* clarified logging options in Compose, fixed glaring note formats
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added link directly to JSON driver in supported drivers docs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* took off code tags to make link stand out
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed alignment of note text in markdown
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* x-ref to how to set environment variables in containers
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* copyedit in note
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* admonitions with icons and FontAwesome
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* updated important and warning icons per review
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* update Compose release link, clarified download pattern
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added more version admonitions for Linux and containers, improved notes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added site-wide variable for Compose version, review comments
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* experiments with glyphicons in admonitions (notes)
3 new admonition classes, re-write of test page
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* copyedit on code formatting
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* test Liquid admonitions with includes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* renamed notes.html, reviewed Liquid relationship to CSS
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added description of Liquid variables experiments
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* docs change for compose/networking
Without this clarification, I was tripped up for a while because it wasn't easy to understand why containers were getting connection refused errors on ports defined for the host, not the container.
This change will make sure request gets completed quickly. Without these it takes more than a minute for request to finish. This is especially important for beginners because they might not understand why request is taking so much time. Adding these parameters request completes quickly.
* Added note on tag formatting of docker image
Signed-off-by: French Ben <frenchben@docker.com>
* Updated notes
Signed-off-by: French Ben <frenchben@docker.com>