Sebastiaan van Stijn
954613fb24
Merge pull request #19122 from ajneu/master
...
documentation: debian/ubuntu need apt-transport-https ca-certificates
2016-01-14 16:53:08 -08:00
Jessica Frazelle
61553fc2f5
WIP: Update security docs for seccomp/apparmor
...
Signed-off-by: Mary Anthony <mary@docker.com >
Updaing and slight re-arrangement of security information
Signed-off-by: Mary Anthony <mary@docker.com >
Updating security files
Signed-off-by: Mary Anthony <mary@docker.com >
Updating links to the security documentation
Signed-off-by: Mary Anthony <mary@docker.com >
removing some extra spaces
Signed-off-by: Mary Anthony <mary@docker.com >
Correcting spelling
Signed-off-by: Mary Anthony <mary@docker.com >
2016-01-14 13:58:37 -08:00
ajneu
c64117cbd7
documentation: debian/ubuntu need apt-transport-https ca-certificates
...
Signed-off-by: ajneu <ajneu@users.noreply.github.com >
2016-01-12 20:28:17 +01:00
Victoria Bialas
2ffb362f9b
added re-directs for cloud install docs as clean-up for #18282
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com >
2016-01-07 16:06:46 -08:00
Sebastiaan van Stijn
9cf29be0ee
Add -f flag to cURL install instructions
...
From the -f description:
(HTTP) Fail silently (no output at all) on server errors. This is mostly done
to better enable scripts etc to better deal with failed attempts. In normal
cases when an HTTP server fails to deliver a document, it returns an HTML
document stating so (which often also describes why and more). This flag will
prevent curl from outputting that and return error 22.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2016-01-06 16:05:16 +01:00
moxiegirl
de84dfba75
Merge pull request #18627 from londoncalling/cloud-installs
...
[WIP] docs updates per issue 18282 cloud installs
2015-12-29 14:54:18 -08:00
Aditi Rajagopal
8134a562c6
Specify that Docker requires x64
...
Adds this requirement to docker/docker. Already replicated in docker/tutorials
Resolves : #18401
Signed-off-by: Aditi Rajagopal <arajagopal@us.ibm.com >
2015-12-26 19:02:20 -05:00
Victoria Bialas
3ff20fafcc
fixed links in Digital Ocean example
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com >
2015-12-23 16:31:49 -08:00
Sebastiaan van Stijn
814ce44d5a
Don't build Darwin 32-bit binaries
...
The last 32-bit OS X computers were built in 2006,
so we probably don't need these anymore.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2015-12-22 00:08:18 +01:00
Vincent Demeester
eff810aed6
Merge pull request #18809 from thaJeztah/EOL-ubuntu-15.04-vivid
...
Remove Ubuntu 15.04 (Vivid) from DEB build for 1.10 as it will be EOL
2015-12-21 22:02:18 +01:00
moxiegirl
91b56a7c26
Merge pull request #18790 from tbonza/master
...
updated fedora yum to dnf package manager
2015-12-20 08:46:31 -08:00
Sebastiaan van Stijn
325b1f35ae
Remove Ubuntu 15.04 (Vivid) from DEB build as it will be EOL
...
Ubuntu 15.04 (Vivid) will be EOL'd in January,
so we should remove it from our builds in the
Docker 1.10 release.
For information about the EOL data, see:
https://wiki.ubuntu.com/Releases
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2015-12-20 16:00:53 +01:00
Antonio Murdaca
cc6f0df2e4
Merge pull request #18794 from thaJeztah/EOL-fedora-21
...
Remove Fedora 21 from RPM build as it is EOL
2015-12-20 11:53:51 +01:00
Sebastiaan van Stijn
579d35e33c
Update link to Oracle Linux
...
The https://linux.oracle.com/ url results in
too many redirects, which may result in our
link-checker to think the link is broken.
Replacing the link, per discussion in
https://github.com/docker/docker/pull/18534#issuecomment-164202592
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2015-12-20 00:52:12 +01:00
Sebastiaan van Stijn
a08c955e30
Remove Fedora 21 from RPM build as it is EOL
...
Fedora 21 is EOL'd as of December 1st, 2015.
Announcement:
https://lists.fedoraproject.org/pipermail/announce/2015-November/003296.html
Fedora 21 will reach end of life on 2015-12-01, and no further updates
will be pushed out after that time. Additionally, with the recent
release of Fedora 23, no new packages will be added to the Fedora 21
collection.
Please see https://fedoraproject.org/wiki/DNF_system_upgrade for more
information on upgrading from Fedora 21 to a newer release.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2015-12-20 00:42:17 +01:00
tbonza
0635403536
updated fedora yum to dnf package manager Signed-off-by: Tyler Brown <tylers.pile@gmail.com>
2015-12-19 15:04:19 -05:00
Justas Brazauskas
927b334ebf
Fix typos found across repository
...
Signed-off-by: Justas Brazauskas <brazauskasjustas@gmail.com >
2015-12-13 18:04:12 +02:00
Sebastiaan van Stijn
d9f4e5c13c
docs: fix incorrect package name on Oracle Linux
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2015-12-09 14:19:27 +01:00
Jeff Anderson
0d1c5193b3
Change "virtualization" to "containerization"
...
* Wording around what docker-machine does since the phrase "Docker virtual machine" can cause some confusion.
* Docker Machine isn't a distro in and of itself. It still uses boot2docker as the distro.
* Remove "virtualization" keywords.
Signed-off-by: Jeff Anderson <jeff@docker.com >
2015-12-08 15:08:27 -07:00
Sebastiaan van Stijn
0f2986cee5
fix minor markup issues
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2015-12-02 17:21:06 +01:00
Zuhayr Elahi
0fb1845e95
Modified ubuntulinux.md for instructions to configure DNS for Ubuntu 15.04 or greater
...
modified note to provide a link for installation instructions on Ubuntu 15.04 or above
cleaned up typos for ubuntulinux.md
Signed-off-by: Zuhayr Elahi <elahi.zuhayr@gmail.com >
2015-12-02 17:21:05 +01:00
Sebastiaan van Stijn
aa4fa98ed7
Merge pull request #18233 from moxiegirl/carry-17231
...
Moving prerequisite from #17231
2015-11-25 16:12:05 +01:00
Vincent Demeester
1892556375
Merge pull request #18209 from martingkelly/18207-deb-multiarch
...
install.sh: fix for multiarch deb/ubuntu
2015-11-25 16:02:36 +01:00
Mary Anthony
20f1a7b496
Moving prerquisite from #17231
...
Signed-off-by: Mary Anthony <mary@docker.com >
2015-11-25 06:51:23 -08:00
Zuhayr Elahi
0480da4d8c
1. Adding note about apparmor install on Ubuntu
...
2. modified page to remove note for apparmor and added it as a requirement for installing it on ubuntu
3. moved note to under prerequisites section
Signed-off-by: Zuhayr Elahi <elahi.zuhayr@gmail.com >
2015-11-24 22:53:14 -08:00
Martin Kelly
3e5ac74241
install.sh: fix for multiarch deb/ubuntu
...
Currently, the Docker repos will trigger apt-get errors on a
multiarch-configured deb system because the repos don't contain all
architectures. For example, on a multiarch system supporting amd64 and
armhf, apt-get will look for armhf Docker packages, fail to find them,
and error out.
Fix this by qualifying the repo line with the currently active
architecture.
This fixes issue #18207 .
Signed-off-by: Martin Kelly <martin@surround.io >
2015-11-24 16:53:13 -08:00
Christopher Jones
ad179e0e95
Fixed broken links, and updated some to https
...
Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com >
2015-11-24 10:39:02 -05:00
moxiegirl
0f58421901
Merge pull request #18155 from SvenDowideit/docs-validation-fixes
...
Fixes found by docs validation tool
2015-11-22 19:39:09 -08:00
Sven Dowideit
f4b2da0145
Merge pull request #18149 from jeffdm/master
...
Mark Windows 10 as supported in installation docs
2015-11-23 12:09:00 +10:00
Sven Dowideit
043f447e2e
Fixes found by docs validation tool
...
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au >
2015-11-23 11:19:38 +10:00
Mark McKinstry
196bd38fdb
use variable instead of hardcoding version in repo
...
Signed-off-by: Mark McKinstry <mmckinst@umich.edu >
2015-11-22 11:30:18 -05:00
Jeffrey Morgan
414c8565be
Mark Windows 10 as supported in install docs
...
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com >
2015-11-21 13:42:32 -05:00
Jess Frazelle
c1f11f8144
Merge pull request #18109 from phemmer/yum-docs-fix
...
remove unnecessary echo from yum docs
2015-11-20 13:10:55 -05:00
Sebastiaan van Stijn
20905ec452
Merge pull request #17861 from gissehel/apt-source-doc
...
explicit way to express that docker.list are different choices and not just one big file
2015-11-20 10:06:13 +01:00
Patrick Hemmer
3cbccccb37
remove unnecessary echo from yum docs
...
Signed-off-by: Patrick Hemmer <patrick.hemmer@gmail.com >
2015-11-19 20:51:43 -05:00
moxiegirl
2ee56ce1e1
Merge pull request #18011 from lrkwz/patch-1
...
Update ubuntulinux.md
2015-11-17 16:44:33 -08:00
Jess Frazelle
aeccd45e5b
Merge pull request #17419 from nathwill/cent-install-docs
...
fix yum install docs
2015-11-17 20:57:15 +01:00
gissehel
741246d69f
Remove redundent lines
...
Signed-off-by: gissehel <public-devgit-dantus@gissehel.org >
2015-11-17 18:24:17 +01:00
Luca Orlandi
fe123edb08
Update ubuntulinux.md
...
Remove '*' for purge
Signed-off-by: Luca Orlandi <luca.orlandi@gmail.com >
2015-11-16 13:29:36 +01:00
Poul Kjeldager Sørensen
5935867213
updated instruction to correct file path
...
Signed-off-by: Poul Kjeldager Sørensen <pks@ascend.xyz >
Signed-off-by: Poul Kjeldager Sørensen <pks@s-innovations.net >
2015-11-12 16:15:29 +01:00
Justin Cormack
4fca870212
Use the SKS port 80 keyserver pool, as it is more reliable than the MIT server
...
Signed-off-by: Justin Cormack <justin@specialbusservice.com >
2015-11-10 20:44:18 +00:00
gissehel
e036bf6c07
explicit way to express that those are different choice and not just one big file to create
...
Signed-off-by: gissehel <public-devgit-dantus@gissehel.org >
2015-11-10 11:41:19 +01:00
Sebastiaan van Stijn
5e2f31e992
Merge pull request #17696 from thaJeztah/update-ubuntu-install
...
Docs: add "Linux kernel extra" to manual install
2015-11-06 02:04:05 +01:00
David Calavera
3b5fac462d
Remove LXC support.
...
The LXC driver was deprecated in Docker 1.8.
Following the deprecation rules, we can remove a deprecated feature
after two major releases. LXC won't be supported anymore starting on Docker 1.10.
Signed-off-by: David Calavera <david.calavera@gmail.com >
2015-11-05 17:09:57 -05:00
Sebastiaan van Stijn
8e2b20580b
Docs: add "Linux kernel extra" to manual install
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2015-11-04 19:49:47 +01:00
evalle
eb0a208f4b
Fix ubuntu installation instructions page
...
Signed-off-by: evalle <shmarnev@gmail.com >
2015-10-30 15:46:34 +01:00
Nathan Williams
258bbdb57e
fix oracle/rhel install docs
...
Signed-off-by: Nathan Williams <nath.e.will@gmail.com >
2015-10-27 15:12:15 -07:00
Nathan Williams
6ff8b32bff
fix fedora install docs
...
Signed-off-by: Nathan Williams <nath.e.will@gmail.com >
2015-10-27 15:11:43 -07:00
Nathan Williams
c6e1d98266
fix docs for cent repo setup
...
Signed-off-by: Nathan Williams <nath.e.will@gmail.com >
2015-10-27 15:10:45 -07:00
Hugo Marisco
7f7953dcc2
update gpg add key command, without sudo it fails
...
Signed-off-by: Hugo Marisco <0x6875676f@gmail.com >
2015-10-27 13:49:52 +00:00