Benjamin R. Haskell
b3a620808a
Fix formatting for Markdown files containing `{{`
...
They're usually examples of Go-style text templates. But, Liquid templating is treating them as variable substitutions. E.g., in `engine/reference/commandline/ps.md`:
```bash
$ docker ps --filter volume=remote-volume --format "table {{.ID}}\t{{.Mounts}}"
```
is rendered as:
```bash
$ docker ps --filter volume=remote-volume --format "table \t"
```
Solution is to wrap entire files in `{% raw %} ... {% endraw %}` blocks.
2016-10-05 01:58:24 -04:00
John Mulhausen
a0e7eb56d0
Update docs.html
2016-10-04 18:40:58 -07:00
Victoria Bialas
dca5b45750
Merge pull request #42 from londoncalling/d4mac-d4win-prs
...
PRs on shared drives and CAs, HTML fixes
2016-10-04 18:22:31 -07:00
John Mulhausen
a059edd949
Matching PR #3753 @ Machine
...
A PR slipped in post-migration at https://github.com/docker/machine/pull/3753/files
2016-10-04 18:06:30 -07:00
Victoria Bialas
063003dadf
PRs on shared drives and CAs, HTML fixes
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-10-04 18:01:54 -07:00
John Mulhausen
c4f548e8e1
Update install.md
2016-10-04 17:02:58 -07:00
John Mulhausen
c03bb7f90c
Update services.md
2016-10-04 16:59:05 -07:00
LRubin
38c8a6c703
Merge pull request #40 from sanscontext/api-2
...
More cloud API docs fixes
2016-10-04 16:47:39 -07:00
LRubin
9039fe6f82
remove file that was causing a path conflict
...
Signed-off-by: LRubin <lrubin@docker.com>
2016-10-04 16:10:49 -07:00
LRubin
925e28bdc8
and change TOC back to point to old path
...
Signed-off-by: LRubin <lrubin@docker.com>
2016-10-04 16:02:38 -07:00
LRubin
d02565028c
checking in source to better diff
...
Signed-off-by: LRubin <lrubin@docker.com>
2016-10-04 15:56:03 -07:00
LRubin
55be806bd7
check in apidocs move
...
Signed-off-by: LRubin <lrubin@docker.com>
2016-10-04 15:53:07 -07:00
Victoria Bialas
51f0aa2a19
Merge pull request #30 from holtkamp/patch-1
...
Extend applications which suffer from poor performance
2016-10-04 15:44:06 -07:00
Victoria Bialas
82d9ab91b2
Merge pull request #36 from mrburrito/aws-iam-roles
...
Doc update to support standard AWS credential loading.
2016-10-04 15:41:45 -07:00
Victoria Bialas
c1188953ba
Merge pull request #39 from londoncalling/fix-machine-drivers-menu-position
...
repositioned Drivers menu item directly under Machine topic
2016-10-04 15:40:53 -07:00
John Mulhausen
d2cc9fe885
Merge branch 'master' of https://github.com/docker/docker.github.io
2016-10-04 15:38:45 -07:00
John Mulhausen
55e31bb0f6
Staging container fixes
2016-10-04 15:38:40 -07:00
Victoria Bialas
bdbde3fb18
repositioned Drivers menu item directly under Machine topic
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-10-04 15:32:37 -07:00
Victoria Bialas
7480dc4e2a
Merge pull request #37 from mrburrito/aws-userdata
...
Doc change to support custom userdata option for docker-machine AWS driver
2016-10-04 15:24:16 -07:00
John Mulhausen
bb83c5f605
Update rhel.md
2016-10-04 15:24:14 -07:00
Gordon Shankman
a9b79591cf
Migrating docs changes from machine PR https://github.com/docker/machine/pull/3779
...
Signed-off-by: Gordon Shankman <gshankman@gmail.com>
2016-10-04 17:05:20 -04:00
Gordon Shankman
f590974263
Docs changes from machine PR https://github.com/docker/machine/pull/3799
...
Signed-off-by: Gordon Shankman <gshankman@gmail.com>
2016-10-04 16:59:58 -04:00
Victoria Bialas
f6f3fdbfb7
Merge pull request #35 from londoncalling/rem-ubuntu-wily-werewolf-build-deb-targets
...
removed ubuntu wily 15.10 references in install docs
2016-10-04 12:51:42 -07:00
Victoria Bialas
300486bd77
removed ubuntu wily 15.10 references in install docs
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-10-04 12:37:39 -07:00
Victoria Bialas
3d20fab706
Merge pull request #34 from londoncalling/d4mwin-symlinks-note
...
added note re: symlinks
2016-10-04 12:28:01 -07:00
John Mulhausen
83991d6998
Merge pull request #32 from sanscontext/test-api
...
fixes up cloud api docs
2016-10-04 12:14:08 -07:00
LRubin
cf150d8a50
point the TOC to the right serve dir
...
Signed-off-by: LRubin <lrubin@docker.com>
2016-10-04 12:00:05 -07:00
Victoria Bialas
dde1ef8bb5
added note re: symlinks
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-10-04 11:44:20 -07:00
Victoria Bialas
655034098d
Merge pull request #31 from londoncalling/fix-kitematic-html-issues
...
fixing HTML on Kitematic, Mac, Windows, Toolbox docs
2016-10-04 11:30:07 -07:00
LRubin
32d7713d8f
Merge pull request #27 from johndmulhausen/master
...
Move Cloud API Docs source into repo
2016-10-04 11:20:28 -07:00
Victoria Bialas
432f9af1d3
fixing HTML on Kitematic, Mac, Windows, Toolbox docs for github.io rendering, plus copyedits
...
copyedits
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-10-04 11:18:17 -07:00
LRubin
5248490972
fixes up cloud api docs
...
Signed-off-by: LRubin <lrubin@docker.com>
2016-10-04 11:11:14 -07:00
Menno Holtkamp
8ea8f5a20e
Extend applications which suffer from poor performance
2016-10-04 17:03:28 +02:00
John Mulhausen
f759b96301
Update docker_elevator_pitch.md
2016-10-04 00:55:23 -07:00
John Mulhausen
8fc96d838f
Update README.md
2016-10-04 00:44:49 -07:00
John Mulhausen
8f61311862
Dockerfile fix for autobuild
2016-10-04 00:26:09 -07:00
John Mulhausen
d12eeca057
baseurl fix
2016-10-03 19:44:51 -07:00
John Mulhausen
e71693c545
baseurl fix
2016-10-03 19:44:11 -07:00
John Mulhausen
bc04375f4e
Create Dockerfile
2016-10-03 17:27:35 -07:00
John Mulhausen
c1d06249df
Delete Dockerfile
2016-10-03 17:27:07 -07:00
John Mulhausen
5bfd763034
Hmm, not until we figure out the corner-case
...
HTTPS + Custom Subdomain + GitHub Pages seems to not work like top-level domains; working with infra for a solution.
2016-10-03 16:41:07 -07:00
John Mulhausen
08787918c8
Create CNAME
2016-10-03 16:14:09 -07:00
John Mulhausen
327c0c641f
Rendering fixes, part 2
2016-10-03 16:05:09 -07:00
John Mulhausen
6725383ede
Merge pull request #29 from sanscontext/cloud-fixes
...
fix bugs/html in cloud docs, remove two draft store docs
2016-10-03 15:36:42 -07:00
LRubin
1928e2d80f
fix bugs/html in cloud docs, remove two draft store docs
...
Signed-off-by: LRubin <lrubin@docker.com>
2016-10-03 15:29:12 -07:00
John Mulhausen
d3141e1381
/getting-started/ is a WIP at the moment
2016-10-03 15:17:20 -07:00
Victoria Bialas
27d8cd8193
Merge pull request #28 from londoncalling/d4mac-fixhtmltables
...
fixes to HTML tables, links, and markdown for proper rendering on git…
2016-10-03 12:39:02 -07:00
Victoria Bialas
ece826a0cd
fixes to HTML tables, links, and markdown for proper rendering on github.io
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-10-03 12:37:42 -07:00
John Mulhausen
0a846b57f4
Delete Gemfile
2016-10-03 11:08:52 -07:00
John Mulhausen
72e7523256
Update README.md
2016-10-02 13:56:28 -07:00