Sebastiaan van Stijn
45a19ec8f3
Add Ubuntu 16.10 Yakkety Yak
...
Support for Ubuntu 16.10 was added in
https://github.com/docker/docker/pull/27993
(27beb64d46
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-01-19 10:16:51 -08:00
Sebastiaan van Stijn
8f8b4a25fe
Remove Ubuntu 15.10 Wily Werewolf
...
As of July 28, 2016, Ubuntu 15.10 is officially EOL
(https://lists.ubuntu.com/archives/ubuntu-announce/2016-July/000210.html ),
and will receive no further updates.
Support for 15.10 was removed in Docker 1.13 through
https://github.com/docker/docker/pull/27042
(e9a8105708
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-01-19 10:16:51 -08:00
Kun Ren
9afc52cfda
Add alternative keyservers due to #13555 ( #1048 )
2017-01-12 18:57:47 -08:00
Donovan Jones
d143fa4dc7
Remove duplicate 'for details'
...
Remove duplicate 'for details' in Docker Daemon Attack Surface line.
2017-01-07 10:53:03 +13:00
Luke Nimtz
7a5c3dd1a2
docker upgrade command fix ( #1044 )
...
`apt-get upgrade` doesn't take an argument. To upgrade docker specifically would require `apt-get install docker-engine`.
2017-01-06 04:20:57 -08:00
alberto
b80e160d0c
Typo in ubuntulinux.md ( #1041 )
2017-01-06 04:16:44 -08:00
John Mulhausen
01eac74edc
Update ubuntulinux.md
2016-12-31 09:57:42 -08:00
solotech
4667b5f7f2
Update ubuntulinux.md ( #877 )
2016-12-13 17:02:25 -08:00
Warren Harper
3b037ebd91
Move groupadd docker to it's own line ( #827 )
...
Move the ```Create the `docker` group.``` example to its own line.
2016-12-08 11:47:42 -08:00
Blake Patton
bc41b7435a
Broken anchor tag ( #796 )
...
The install link was broken, so I updated it to the appropriate already existing ID.
2016-12-06 16:46:01 -08:00
Victoria Bialas
3b1624abd0
Update ubuntulinux.md
...
Fixed code block that wasn't formatted properly
2016-12-02 12:18:07 -08:00
Andrew Hsu
faf64b79f6
revert yakkety addition for now
...
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
2016-11-29 10:53:43 -08:00
John Mulhausen
526a9b90ab
Fixing merge conflict
2016-11-28 14:59:56 -08:00
John Mulhausen
70617e697b
Adding Yakkety to opening list
2016-11-28 14:58:10 -08:00
John Mulhausen
2f817e465b
Fix merge conflicts
2016-11-28 14:44:22 -08:00
Misty Stanley-Jones
718296c37d
Rewrites to Ubuntu installation
...
Fixes #203
2016-11-23 16:11:57 -08:00
Magnus Lyckå
2f565d6327
Change apt-key keyserver URL
...
Changed keyserver URL for apt-key to hkp://ha.pool.sks-keyservers.net:80 as it is when you install with the get.docker.com script.
The old URL hkp://p80.pool.sks-keyservers.net:80 caused an error about "gnutls_handshake() failed" on apt update.
2016-11-16 16:17:14 +01:00
Stefan Wüthrich
8c2a09e5e6
Update ubuntulinux.md
...
Adding Yakkety Deb
2016-11-15 06:43:02 +01:00
Gaetan
a5e01e1844
fix type of keywords entry in frontmatter (in /engine/) ( #552 )
...
keywords should be a string, not an array containing one string
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-11 14:45:24 -08:00
Sebastiaan van Stijn
db153d8d2f
Revert "remove ubuntu wily 15.10"
...
This reverts the changes made in
https://github.com/docker/docker.github.io/pull/35 (300486bd77
)
Support for unbuntu 15.10 is removed in
Docker 1.13, but still available in Docker 1.12
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-11-09 14:12:59 +01:00
Misty Stanley-Jones
eb5c8670bc
Change instances of alias: to redirect_from:
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-04 17:07:02 -07:00
John Mulhausen
558314bf56
Converges titles to imperative-form, front-matter based, and sentence-case ( #438 )
...
Multiple title fixes, consistency fixes, convergence into metadata-based titles.
2016-11-04 15:38:40 -07:00
Misty Stanley-Jones
1a193d749b
Revert "Merge pull request #437 from gdevillele/fix_keywords_format"
...
This reverts commit 13ddc1350e
, reversing
changes made to 7a11f05943
.
2016-11-04 13:33:29 -07:00
Gaetan
8bb4d6226a
fix more frontmatter keywords values ( #439 )
...
* fix format of frontmatter keyword entry in some .md files
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-04 10:48:38 -07:00
Sebastian C. Bürgel
ef63167608
updated keyserver
...
As pointed out in the issue https://github.com/docker/docker/issues/24493#issuecomment-231752995 the keyserver seems to have changed. Otherwise the installer breaks.
2016-10-29 15:06:30 +02:00
John Mulhausen
e0760748dc
Fix for #290
2016-10-24 18:50:01 -07:00
John Mulhausen
802121e482
Merge pull request #309 from dgvigil/master
...
Moving sudo command after echo pipe for Ubuntu install
2016-10-22 13:25:47 -07:00
Vigil
8341768fd7
fix: Moving sudo command after echo pipe
2016-10-21 15:11:23 -06:00
Misty Stanley-Jones
a8ab9ee8fb
Fix markdown error introduced in #261
...
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-10-19 09:29:24 -07:00
Misty Stanley-Jones
b0c831bd0b
Clarify how to verify the APT source
...
Fixes #167
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-10-18 15:40:33 -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
John Mulhausen
066b78bf86
Content rendering fixes
2016-09-30 01:51:56 -07:00
Misty Stanley-Jones
d53c6798c9
Convert TOML to YAML, tweaks to work with Jekyll
2016-09-29 17:16:03 -07:00
Misty Stanley-Jones
9d5e59d503
Moved engine imported docs to the engine subdirectory
2016-09-29 11:19:31 -07:00