Nicolas De loof
77002162af
document x-aws-cluster ( #11150 )
...
* document x-aws-cluster
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
* Minor style updates
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-07-17 12:34:47 +01:00
Chris Crone
9b6fff076e
Merge pull request #10887 from carthurs/master
...
Basic go example was not working with v1.41
2020-07-16 14:09:17 +02:00
Emad Alashi
6338d9674c
Change ignored directory to forward slash
...
When using the backward slash I think it will only use on Windows?
In my case I was on MacOS and the folders weren't ignored until I changed the slashes to be forward slash.
2020-07-11 22:06:13 +10:00
Laurens Vanderhoven
eb8880f1fd
Fix commands
...
`docker compose ecs` to `docker ecs compose`
2020-07-10 08:22:13 +02:00
Usha Mandya
03f8c63994
Merge pull request #11117 from usha-mandya/ecs-integration
...
Update install script
2020-07-09 17:04:54 +01:00
Usha Mandya
6279d6067a
Update install script
2020-07-09 17:01:49 +01:00
Usha Mandya
1b4fe9177b
Merge pull request #11113 from usha-mandya/ecs-integration
...
Docker ECS Integration beta docs
2020-07-09 16:34:50 +01:00
Usha Mandya
ebc4ac985d
Add Docker ECS Integration docs
2020-07-09 15:56:06 +01:00
Guillaume Tardif
2e3b1e0211
Remove pinned version 0.1.4 from ACI integration install docs ( #11111 )
...
* Remove pinned version 0.1.4 from ACI integration install docs
* Style updates
Added `target=_blank` to ensure the GH page opens in a new tab
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-07-09 14:51:18 +01:00
Sebastiaan van Stijn
021e13a5ed
Remove EE "trust pinning" section
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-02 23:37:01 +02:00
Sebastiaan van Stijn
2b4833a355
Remove some references to enterprise products
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-02 23:36:48 +02:00
Martin Joly
dbd9ba12f9
Fix wrong information ( #10977 )
...
Postgres last version is now >12.0.0.
2020-07-01 14:09:51 +01:00
Sujay Pillai
8d1b473aa7
Add a note to create a context in different subscription ( #11065 )
...
* Add a note to create a context in different subscription
* Minor style updates
Made a minor tweak to the style and wrapped the new note to 80 chars
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-07-01 09:30:40 +01:00
Andre Almar
6f38ea561b
Fixing ImageList Go code
...
Original: on line 18 we have `images, err := cli.ImageList(context.Background(), types.ImageListOptions{})` which gives us an error of:
```
# command-line-arguments
./main.go:12:2: ctx declared but not used
```
*Fix:* on line 18 we need to have `images, err := cli.ImageList(ctx, types.ImageListOptions{})`
2020-06-29 16:01:24 -03:00
Usha Mandya
7ee5e8c080
Update Desktop Edge download URLs
2020-06-29 13:22:24 +01:00
Akihiro Suda
a7e2591552
rootless.md: fix markdown
...
Fix #11017
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-06-26 14:27:33 +09:00
Usha Mandya
efca8fef15
Add docs for Docker Azure integration beta
2020-06-25 16:09:38 +01:00
Paul
3b57ab426c
Update debian.md
...
containerd package still in library
2020-06-20 20:59:43 -05:00
Akihiro Suda
b7eec33cfe
rootless.md: fix a typo ( #11013 )
2020-06-18 09:08:55 +01:00
Usha Mandya
f91c2a28f6
Rootless Docker: Style edits and minor updates ( #11001 )
...
Rootletts: Style edits and minor updates, and fix prereq example
2020-06-17 11:33:24 +02:00
Usha Mandya
786c89bdf6
Merge pull request #10965 from AkihiroSuda/rootless
...
rootless.md: massive update
2020-06-16 14:55:44 +01:00
Sebastiaan van Stijn
3e767a72b3
Update architectures in matrix ( #10999 )
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-16 14:39:07 +01:00
José Fernando Cordova
e3c3484c47
Fix 404 Not Found - Broken Link ( #10997 )
...
* Fix 404 Not Found - Broken Link
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2020-06-16 14:55:51 +02:00
Akihiro Suda
a06b01802c
rootless.md: massive update
...
* Add Ubuntu 20.04
* Remove Fedora 30 (EOL)
* `docker run --net=host` does not work in the most expected way
* Allow installation as the root
* Nightly channel
* `docker context create rootless`
* `DOCKER_HOST=ssh://...`
* Alternatives to cgroup flags (`docker run --cpus --memory --pids-limit`)
* A bunch of troubleshooting tips
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2020-06-16 19:20:18 +09:00
JD Cargile
9960ff107c
Fix "Docker Docker Image" link
2020-06-08 23:13:38 -06:00
Usha Mandya
df3bd29a3e
Remove links to success articles
2020-06-05 17:14:49 +01:00
Amal
12b8e799c7
Typo fixture ( #10950 )
...
* Typo fixture
* Minor typo fix
* Typo fix
2020-06-03 19:21:11 +01:00
Sebastiaan van Stijn
a25fa2949e
Engine: add Ubuntu 20.04 (Focal) to list of versions ( #10944 )
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-02 14:55:31 +01:00
Usha Mandya
18f02bed7c
Add Engine v19.03.11 release notes ( #10940 )
...
* Add Engine v19.03.11 release notes
* Add detailed info
2020-06-02 14:36:46 +01:00
Orlando Fernandes
c2ca7143fa
Fix link to default value of DEBIAN_FRONTEND ( #10916 )
...
Fix link to default value of DEBIAN_FRONTEND
The old link is broken
2020-06-02 13:15:07 +02:00
Roberto O. Fernández Crisial
3d3054d16a
Adding version 19.03.10 ( #10924 )
2020-05-29 17:14:20 +01:00
Roberto O. Fernández Crisial
1d3adcb065
Adding version 19.03.9 ( #10860 )
2020-05-26 15:13:15 +01:00
Sebastiaan van Stijn
c964a5d40a
Merge pull request #10872 from JanKanis/patch-1
...
fix description for ptrace in seccomp.md
2020-05-26 12:37:26 +02:00
Dinakar Kulkarni
9c86eaaae2
Add space between prompt and command ( #10876 )
...
When rendered in the actual docs, this will not be highlighted as a reference to a shell variable.
2020-05-26 10:42:56 +01:00
Chris Arthurs
14e83cac6d
Basic go example was not working with v1.41
...
Fixed go example:
1) so that it actually compiles, and
2) so that you get to see the output `hello world` in visual studio code's console (`Tty: true,`).
2020-05-25 14:28:51 +01:00
Jan Kanis
b4ab954d3f
fix description for ptrace in seccomp.md
...
The existing description leads the reader to believe that dropping CAP_SYS_PTRACE already blocks all ptraces. That is not true, it only blocks ptracing arbitrary processes. Ptracing child processes is still allowed.
2020-05-22 13:36:45 +02:00
Usha Mandya
1146a688c4
Merge pull request #10838 from usha-mandya/justincormack/smarmclassic
...
Remove Swarm Classic docs
2020-05-19 13:37:50 +01:00
Usha Mandya
3864d792fd
Update ToC and add redirects
2020-05-18 23:51:52 +01:00
Sebastiaan van Stijn
67cb46bcf2
Merge pull request #10758 from shirhatti/patch-1
...
s/CAP_PTRACE/CAP_SYS_PTRACE
2020-05-14 14:56:46 +02:00
Sebastiaan van Stijn
b03d74a164
Remove "product manuals landingpage" placeholder ( #10798 )
...
This removes the placeholder in favor of a redirect to the first
product manual in the section, so that `/manuals/` redirects users
to a sensible location.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-13 10:41:23 +01:00
Flavien Berwick
0d8d653f4f
Auto-restart of Docker rootless on boot requires an additional command
...
Related to issue [#10770 ](https://github.com/docker/docker.github.io/issues/10770 )
2020-05-07 19:10:04 +02:00
Sourabh Shirhatti
6f893ed1c6
s/CAP_PTRACE/CAP_SYS_PTRACE
2020-05-04 14:03:02 -05:00
ajay143444
aa57de37d3
Few corrections and suggestions in doc ( #10728 )
...
* Removed is from line 80
Removed is from line 80 as this is not required
* changed text to link at line 129
changed text to link at line 129 to make it easy for user to navigate
* changed the URL to link
changed the URL to link for easy navigation
* added these before flags in line 186
added these before flags in line 186
Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2020-05-01 18:30:28 +02:00
Sebastiaan van Stijn
3ce8fd8006
Merge pull request #10724 from ajay143444/patch-10
...
changed line 56 by adding do before not
2020-04-30 12:15:37 +02:00
Sebastiaan van Stijn
00c2a5a264
engine/swarm: reduce width of service ps output example ( #10727 )
...
The docs refer to the `CURRENT STATE` column, which may not
be visible without scrolling, so tweaking the column-widths
a bit so that it better fits.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-30 06:35:37 +01:00
ajay143444
b37c6506d8
changed line 56 by adding do before not
...
changed line 56 by adding do before not
2020-04-29 17:55:29 +05:30
ajay143444
10dfe1827d
removed with from line 41
...
removed with from line 41 as it is not required
2020-04-29 16:26:00 +05:30
Sebastiaan van Stijn
17ff6ff8fd
engine: remove stub for deprecated top-level "deploy" command
...
This is a follow-up to d4ead1b120
,
which removed the datafile for `docker deploy`, but didn't remove
the stub or removed it from the TOC.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-28 10:57:37 +02:00
Sebastiaan van Stijn
48040f57be
Update naming for "Linux Mint", and add note about derivatives ( #10696 )
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-24 13:41:06 +01:00
Ivan Cheban
a494195c46
Typo: form should be from ( #10685 )
2020-04-24 09:01:12 +01:00
Sebastiaan van Stijn
777c5d23da
engine: use relative markdown links
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:32 +02:00
Sebastiaan van Stijn
9f5130c83b
engine/install: fix rasbian links on "check" icons
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-21 12:13:08 +02:00
Usha Mandya
9d865ebcb9
Merge pull request #10623 from m-aXimilian/patch-1
...
Update debian.md
2020-04-14 14:07:55 +00:00
Nihed Majdoub
c186d8ef47
Update configs.md ( #10627 )
...
fix typo
2020-04-14 11:16:29 +01:00
Krzysztof Madej
97b03523fd
Updated dotnet core images in DOCKERFILE ( #10629 )
...
Since dotnet core 2.2 is out of support I would propose to update script to latest LTS dotnet core version.
2020-04-14 11:10:48 +01:00
Sebastiaan van Stijn
9b74d86033
remove unused images
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-12 22:35:10 +02:00
m-aXimilian
22428abcc5
Update debian.md
...
Changed "Ubuntu" to "Debian"
2020-04-12 14:22:39 +02:00
Sebastiaan van Stijn
9b2e25bbd2
Merge pull request #10617 from crhenr/patch-1
...
Removal of a duplicate command
2020-04-11 16:09:51 +02:00
Sebastiaan van Stijn
1e98526f44
Merge pull request #10512 from pszczekutowicz/master
...
Add example for templated config
2020-04-11 13:06:13 +02:00
Cristian Souza
2507efa466
Removal of a duplicate command
...
Removal of a duplicate command from the Fedora installation guidelines.
2020-04-10 19:30:15 -03:00
Paweł Szczekutowicz
fc0327569c
Add example for templated config
...
Signed-off-by: Paweł Szczekutowicz <pszczekutowicz@gmail.com>
2020-04-10 11:00:42 +02:00
Matt B
0fb13b05fc
fixed typo, the markdown was collapsing spaces. Changed to explicitly preserve the two spaces by including html span, code tag and two   characters;
2020-04-06 19:16:50 -07:00
Sebastiaan van Stijn
b814ef74da
engine: fix ubuntu SEO redirect
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 19:30:47 +02:00
Sebastiaan van Stijn
569f448ac7
engine: cleanup install page, add info about derivatives
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 14:04:27 +02:00
Sebastiaan van Stijn
d5207b0580
engine: remove overlap between "overview" and "install" page
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 14:04:20 +02:00
Sebastiaan van Stijn
d813acb6e1
Engine: reorganize install topic
...
- Move getting started overview to /get-started/overview/
- Move engine installation files under /engine/
- Redirect the top-level /install/ to /get-docker/
- Updated titles in left-hand navigation
- Added back some pages to the navigation that were
currently not included.
- Reduce some steps in the installation pages
- Move devicemapper prerequisites to the devicemapper
storage driver page.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 10:50:28 +02:00
Sebastiaan van Stijn
331554f4b3
Fix various links that were generating URLs with `.md` ( #10548 )
...
* Fix incorrect links in compose section
there's a bug causing wrapped links to not work, and replacing
some links to point to the .md file, so that IDE's can check
if the anchors are valid. Also replaced some links to point
to their new location.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* engine/swarm: update links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Fix various broken links
There's a bug in the "jekyll-relative-links" plugin that causes wrapped links to not work.
Also replacing some links to point to the .md file, so that IDE's can check if the anchors
are valid. Finally, replaced some links to point to their new locations, so that users don't
get redirected..
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-01 12:05:50 +01:00
Usha Mandya
77b9d95273
Remove Template docs
2020-03-23 16:46:42 +00:00
Usha Mandya
2caa6c64e6
Remove Assemble docs
2020-03-23 16:33:04 +00:00
Sebastiaan van Stijn
946ba7defc
[ee] remove community-only releases from enterprise changelog
...
Edge releases were community only, and 18.06, 17.12, and 17.09
were not released as enterprise edition.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:01:52 +01:00
Sebastiaan van Stijn
6c6ed0e6a5
engine: remove some EE references from CE release notes
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:01:50 +01:00
Sebastiaan van Stijn
e87106b2fd
engine: consolidate prior release notes
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:01:36 +01:00
Sebastiaan van Stijn
f6dd4bce22
engine: remove enterprise-only release notes
...
Enterprise release notes have been copied / moved
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:00:36 +01:00
Sebastiaan van Stijn
f73a26abfd
engine: extract release notes per major version
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:00:34 +01:00
Sebastiaan van Stijn
0bb62b901c
engine: move release-notes to directory
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:00:30 +01:00
Usha Mandya
6870e3a90d
Merge pull request #10468 from thaJeztah/update_code_hints
...
Update code hints to better work with "rouge"
2020-03-17 15:21:22 +00:00
Sebastiaan van Stijn
e4c227b0c9
reference: update "generated docs" comment
...
The "Sorry, but" was bothering me; no need to apologise :D
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-17 15:26:06 +01:00
Sebastiaan van Stijn
14bbe621e5
Update markdown language hints to work with "rouge"
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-17 14:49:51 +01:00
Tibor Vass
03eba805e5
engine: add release notes for 19.03.8
...
Signed-off-by: Tibor Vass <tibor@docker.com>
2020-03-11 20:41:57 +00:00
Usha Mandya
6d1915a928
Update links to get-started docs ( #10430 )
2020-03-11 09:46:54 +00:00
Usha Mandya
fefc750abd
Update Hub support alias ( #10432 )
2020-03-10 18:30:43 +00:00
scott-vsi
e7eedf3b7f
fix link ( #10402 )
...
fix a link that was possibly broken by automatic text formatting/wrapping
2020-03-09 10:19:45 +00:00
pcworld
e1f41c15ed
rootless.md: Fix typo in path
2020-03-06 18:47:46 +01:00
Tibor Vass
74c2b55bf1
engine: add release notes from 19.03.6 and 19.03.7
...
Signed-off-by: Tibor Vass <tibor@docker.com>
2020-03-05 18:47:37 +00:00
Sebastiaan van Stijn
770cdeecb1
Engine API: use filename instead of custom api_version property
...
Now that the files are named `<api-version>.md`, we no longer need
to set a custom `api_version` property; instead we can use the filename
to detect what API version we're rendering.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 14:00:57 +01:00
Sebastiaan van Stijn
6dab89c905
Engine API: unify APIs: fetch from single branch
...
The upstream (moby/moby) repository is unifying all API swagger files
to be in the release branch. With that change, it is no longer needed
to fetch each version of the API separately, and instead all versions
can be fetched at once.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-25 14:00:55 +01:00
Sebastiaan van Stijn
b7cf4b0888
Merge pull request #10332 from usha-mandya/engine-api-patch
...
Fix Engine API toc
2020-02-25 13:43:10 +01:00
Sebastiaan van Stijn
16d565cae6
API remove section about enterprise API version mismatch
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-24 17:15:27 +01:00
Sebastiaan van Stijn
3a223f799c
SDK: fix some minor issues in go examples
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-24 17:15:25 +01:00
Sebastiaan van Stijn
c7c1a59dab
API docs: recommend using version negotiation
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-24 17:15:23 +01:00
Sebastiaan van Stijn
9774d43d65
SDK: remove reference to obsolete Go version
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-24 17:15:21 +01:00
Sebastiaan van Stijn
d021c47d26
Remove duplicated API reference from SDK docs
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-24 17:15:19 +01:00
Sebastiaan van Stijn
c4309a1ef7
Remove duplicated SDK content from API overview
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-24 17:15:17 +01:00
Sebastiaan van Stijn
ee407ac0ef
Move SDK examples under "sdk"
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-24 17:15:06 +01:00
Sebastiaan van Stijn
f757d8a14b
Engine API: use template for API reference pages
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-24 13:58:30 +01:00
LORIS INTERGALACTIQUE
711567c5af
Fixed typos on the rootless mode page ( #10330 )
...
* Fixed typos
* Minor wording update
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-02-21 17:52:37 +00:00
Usha Mandya
1566e01673
Moved topics under engine/api/
2020-02-21 16:44:41 +00:00
Usha Mandya
580bcb41a8
Merge pull request #10168 from mnimm/patch-2
...
Update content_trust.md
2020-02-13 14:27:12 +00:00
ac27182
7e9d728df9
Update postgresql_service.md ( #10261 )
2020-02-10 14:24:07 +00:00
Usha Mandya
9b9238f54c
remove enterprise note from Engine community relnotes ( #10235 )
2020-02-04 16:35:37 +00:00
Sebastiaan van Stijn
7fb9bc05e4
Merge pull request #9984 from thaJeztah/remove_engine_commands
...
Remove "docker engine" commands
2020-01-22 16:40:27 +01:00
Sebastiaan van Stijn
f24e2f1b4d
Remove "docker engine" subcommands
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-01-22 15:49:27 +01:00
Sebastiaan van Stijn
d4ead1b120
Remove "bundle" subcommand and support for DAB files
...
Deploying stacks using the "Docker Application Bundle" (`.dab`) file
format was introduced as an experimental feature in Docker 1.13 /
17.03, but superseded by support for Docker Compose files in the CLI.
With no development being done on this feature, and no active use of the file
format, support for the DAB file format and the top-level `docker deploy` command
(hidden by default in 19.03), will be removed from the CLI, in favour of
`docker stack deploy` using compose files.
This patch removes documentation for the `docker-compose bundle` subcommand,
which was used to convert compose files into DAB files (and given the above,
will no longer be needed).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-01-22 15:34:58 +01:00
Marc Nimmerrichter
27e529ce3e
Update content_trust.md
...
Make it clear that DCT does not protect against layer tampering on the docker host.
2020-01-20 18:02:41 +01:00
Sebastiaan van Stijn
1c7595cd88
Merge pull request #10096 from ollypom/gmsadeadlink
...
Fixed GMSA Dead Link
2020-01-07 10:47:07 +01:00
DocKor
c83b3e0792
Merge branch 'master' into ENGDOCS-268-create-note-for-Enterprise-docs
2020-01-06 17:47:59 +01:00
ollypom
b4a4746c57
Fixed GMSA Dead Link
2020-01-02 10:42:25 +00:00
Usha Mandya
bec362b67f
update engine toc and get docker page ( #1462 )
2019-12-19 18:20:02 +00:00
KoryKessel-Docker
67f49c63d2
Appending of Enterprise Label to all Docker Enterprise md topic files.
2019-12-18 15:53:23 +01:00
Sebastiaan van Stijn
8b53965237
Commandline reference: add note to "enterprise only" subcommands ( #10008 )
...
* Update CLI template for "enterprise-only" commands/plugins
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* reference: mark "assemble" subcommands as enterprise-only
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* reference: mark "cluster" subcommands as enterprise-only
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* reference: mark "registry" subcommands as enterprise-only
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* reference: mark "template" subcommands as enterprise-only
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-12-11 15:48:32 +00:00
Sebastiaan van Stijn
91c5d19a14
Merge pull request #9662 from pjbgf/patch-2
...
Remove ptrace from blocked syscalls
2019-12-03 16:28:20 +01:00
Paulo Gomes
9c2520fa27
Fix table
2019-11-28 12:33:15 +00:00
Paulo Gomes
1962410b61
Corrections based on feedback
2019-11-28 12:30:44 +00:00
Paulo Gomes
432b7c4134
Improve clarity.
2019-11-28 09:06:03 +00:00
Adrian Plata
a2b4fbe19a
Updating 17.06 release date
...
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-11-20 14:50:26 -08:00
Akihiro Suda
40747fcca7
Add "Run the Docker daemon as a non-root user (Rootless mode)"
...
Add "Run the Docker daemon as a non-root user (Rootless mode)":
`engine/security/rootless.md`
The content is based on https://github.com/moby/moby/blob/master/docs/rootless.md
`rootless.md` in `moby/moby` will be replaced of the link to
the `docs.docker.com` page compiled from `rootless.md` in this repo.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2019-11-15 16:02:08 +09:00
Adrian Plata
0a64491330
updating rel-note date
...
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-11-14 10:25:33 -08:00
Adrian Plata
d9c7c3216f
Eng nov patch notes ( #1438 )
...
* Desktop Edge release notes
* update edge release notes
* Desktop Edge relnote updates
* Update for v2.1.4.0
* Update README.md
* November engine patch release notes
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
* More notes.
* updated notes
* updating release date
* update for notes
2019-11-13 14:34:52 -08:00
Dawn-Docker
3c54d2ff9c
Update toc ( #9819 )
2019-11-08 08:13:40 -08:00
patodia20
3629f23c21
Update index.md ( #9813 )
...
* Update index.md
corrected spellings of reconcile and changes "roll-back task to" to "roll-back to"
* grammar fixes
2019-11-07 08:24:47 -08:00
lena-larionova
54ca6a523b
Fixing glossary links ( #9812 )
...
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-11-06 11:00:13 -08:00
Traci Morrison
90a46de693
Merge pull request #9661 from pjbgf/patch-1
...
Remove socket and socketcall from blocked syscalls
2019-10-30 11:27:22 -04:00
Paulo Gomes
2adcf3bd66
Add minKernel details for ptrace
...
Changes brought up by commit:
1124543ca8 (diff-0ebf5796a57d68894d5550c407061035)
2019-10-29 14:51:22 +00:00
Adrian Plata
4b642c559a
Merge pull request #9672 from adrian-plata/Run-reference-redirect
...
Adding redirect
2019-10-18 10:02:17 -07:00
Adrian Plata
683e9f3a11
Engine release notes ( #9674 )
...
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-17 17:24:53 -07:00
Adrian Plata
e1a28d694b
Adding redirect
...
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-17 10:22:33 -07:00
Paulo Gomes
5c0c1eed40
Remove ptrace from blocked syscalls
...
Update documentation to reflect that ptrace is no longer blocked on the default profile.
More information:
1124543ca8 (diff-0ebf5796a57d68894d5550c407061035)
2019-10-17 09:59:47 +01:00
Paulo Gomes
d32f93ca93
Remove reference to socket and socketcall
2019-10-17 09:53:28 +01:00
Paulo Gomes
04b5f87b28
Remove socket from blocked syscalls
...
Socket syscalls are no longer blocked on the default profile for a while now. More information:
dcf2632945 (diff-0ebf5796a57d68894d5550c407061035)
2019-10-17 09:44:40 +01:00
Adrian Plata
836e575945
Merge pull request #9641 from adrian-plata/reading-time-introduction
...
Reading time introduction
2019-10-16 16:34:22 -07:00
Adrian Plata
60d5ae7d7e
removing reading time from Reference
...
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-14 13:50:42 -07:00
Sujay Pillai
1a684b91a1
Updated userns-remap.md ( #9629 )
...
Updated the links to solve https://github.com/docker/docker.github.io/issues/9419
2019-10-14 10:54:24 -07:00
Adrian Plata
0701fbafa8
Adding Known Issues to Release Notes
...
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-11 12:58:06 -07:00
Adrian Plata
b25ec58b72
Add DCT Linux note
...
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-10 16:18:43 -07:00
Adrian Plata
76a62869af
Fixing engine release note header navigation
...
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-09 08:52:06 -07:00
Adrian Plata
63098eddde
Merge pull request #9598 from usha-mandya/2019-09-patch-release-notes
...
September patch release notes
2019-10-08 18:35:03 -07:00
Adrian Plata
4016a35d0a
first part of engine rel notes
...
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-10-07 14:37:21 -07:00
Traci Morrison
6716217cb3
Add note on swarm mode restore process
2019-10-02 11:03:19 -04:00
Trapier Marshall
6c5174393e
Correct default-address-pool to default-addr-pool
...
WHAT I DID:
```
git grep -l default-address-pool |\
xargs sed -i 's:default-address-pool:default-addr-pool:g'
```
... then put the `engine/release-notes.md` back to
`--default-address-pool`, since it refers to `dockerd`.
REFERENCES:
client version 18.09.3:
```
$ docker swarm init --help |grep default-addr
--default-addr-pool ipNetSlice default address pool in CIDR format (default [])
--default-addr-pool-mask-length uint32 default address pool subnet mask length (default 24)
```
server version 18.09.3:
```
$ dockerd --help |grep default-addr
--default-address-pool pool-options Default address pools for node specific local networks
```
2019-09-24 11:00:00 -04:00
Olly P
fa61f49afe
Fixed typo in 18.03 rel notes ( #9417 )
2019-09-10 11:52:57 +01:00
Diógenes Fernandes
cee363d51a
Update faq.md ( #9354 )
2019-09-04 17:09:54 +01:00
Usha Mandya
311b38050f
update the release date
2019-09-03 08:04:52 +01:00
Adrian Plata
160f06d085
Engine August patch release notes
...
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-08-29 14:44:36 +00:00
Martynas Buivys
3268eea0c8
Fix a link in release-notes.md ( #9203 )
2019-08-14 16:41:07 -07:00
Olly P
1328ae728b
Fix deadlink issue-9214 ( #9243 )
2019-08-12 15:51:13 +01:00
Adrian Plata
6978cc132b
deleting unlinked content ( #9220 )
...
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-08-08 10:45:18 -07:00
Adrian Plata
d6c6956380
deleting unlinked content ( #9218 )
...
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-08-07 16:42:59 -07:00
Usha Mandya
b736201da9
fix duplicate relnote entries ( #9197 )
2019-08-02 10:57:53 -07:00
Olly P
02183c805f
Fix Conflict in Rel notes ( #9186 )
2019-08-02 11:12:43 +01:00
Dawn W Docker
f4a0e47646
Merge remote-tracking branch 'private/master' into private-to-public
2019-07-30 16:40:44 -07:00
Dawn W Docker
11dbdf85ec
fixed relnote heading
2019-07-30 15:57:06 -07:00
Alastair Smith
9df056c158
Merge remote-tracking branch 'private/master' into engine-rel-notes
2019-07-25 18:35:28 -05:00
Adrian Plata
0bacab2ccb
Release notes for patch 19.03.1 ( #1284 )
...
* Release notes for patch 19.03.1
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
* Release notes for patch 19.03.1
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
* Release notes for patch 19.03.1
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-07-25 14:26:50 -07:00
Dawn W
e5c4444db8
Merge pull request #9038 from AkihiroSuda/patch-11
...
Strongly recommend TLS for API socket
2019-07-23 11:18:40 -07:00
usha-mandya
96769eba9d
Update the GA date in relnotes
2019-07-22 13:57:21 +01:00
David Yu
0d48e207bf
Formatting of commands
...
Small formatting change on commands
2019-07-19 15:45:08 -07:00
Dawn W Docker
023814b048
added section on gmsa
2019-07-19 15:01:43 -07:00
ollypom
4524319333
Merge branch 'master' into amberjack
2019-07-19 14:23:33 +00:00
ollypom
c39ba281fd
Synced Docs Public Master with Docs Private Master
2019-07-19 11:02:28 +00:00
Olly Pomeroy
4649114607
Fix Rel notes formatting
...
Signed-off-by: Olly Pomeroy <olly@docker.com>
2019-07-18 14:03:08 +01:00
Dawn W Docker
92f5648f57
updating relnotes for july patch
2019-07-17 17:19:01 -07:00
Etienne Stalmans
6c5f477ca1
Add a reference to CVE-2019-13139, which was patched in the 18.09.4 release
2019-07-15 22:59:56 +02:00
Usha Mandya
b59e383d16
Merge pull request #9039 from Thraka/patch-1
...
Update .NET Core references
2019-07-10 12:03:21 +01:00
Usha Mandya
641da0ed72
Merge pull request #8965 from vmrocha/patch-1
...
Update dotnetcore.md with the new samples URL
2019-07-09 19:05:55 +01:00
Usha Mandya
38835a5395
Merge pull request #9019 from jasonharrison/patch-1
...
Improve grammar
2019-07-09 18:56:32 +01:00
Usha Mandya
1a11c1d232
Minor style edits
2019-07-09 18:45:36 +01:00
Andy De George
660c43bba3
Change link to latest article on docs.ms
2019-07-09 09:22:11 -07:00
Andy De George
829efd8d92
Update index.md
2019-07-09 08:35:13 -07:00
Andy De George
b36cc1d36e
Adjust title to clarify ASP.NET Core and not .NET Core
...
We had an [issue over on the .NET Core documentation](https://github.com/dotnet/docs/pull/13278 ) regarding Docker where someone was confused about .NET Core vs ASP.NET Core and pointed out that this article used the terms interchangeably. I wanted to submit this fix to hopefully reduce that.
I also:
1. Removed the en-us from links.
2019-07-09 08:31:28 -07:00
Akihiro Suda
b690a3213d
Strongly recommend TLS for API socket
2019-07-09 15:45:10 +09:00
Dawn W
65c9904da3
Merge pull request #1138 from docker/engine-release-notes
...
Engine release notes - raw content addition
2019-07-08 17:35:26 -07:00
ollypom
9bafc04bcc
Fixed Conflict
2019-07-08 17:00:49 +00:00
Adrian Plata
227793a1cb
Updated release notes
2019-07-02 17:01:06 -07:00
ollypom
4595c128a1
Merge branch 'master' into amberjacktest
2019-07-02 20:09:49 +00:00
Olly P
9878f22b17
Formatting nit
2019-07-02 10:00:19 +01:00
Jason Harrison
a931764c48
Improve grammar
2019-07-01 20:22:59 -04:00
Adrian Plata
ac0590f035
Merge branch 'amberjack' into engine-release-notes
2019-07-01 16:31:25 -07:00
nirajrules
db7d8d4b3f
The notary config file had a comma missing
...
Docker SA from South East
2019-07-01 18:23:21 -04:00
ollypom
1d6bc9332c
Patch for June Release Notes
...
* Fixed broken link in UCP Rel Notes
* Fixed x.y.z naming in Engine Rel Notes
2019-06-29 12:06:42 +00:00
Usha Mandya
6cc323e935
Merge pull request #8977 from usha-mandya/patch-06-2019
...
June patch release notes
2019-06-27 19:03:47 +01:00
Usha Mandya
44c5ca316a
Update engine/release-notes.md
...
Co-Authored-By: Kirill Kolyshkin <kolyshkin@users.noreply.github.com>
2019-06-27 18:50:16 +01:00
usha-mandya
ead1e1d8d5
Added Engine release notes and update release date
2019-06-27 12:25:12 +01:00
Sebastiaan van Stijn
781318b408
Merge pull request #8928 from AkihiroSuda/patch-9
...
Fix dockremap calculation
2019-06-26 13:15:53 +02:00
paigehargrave
5d1c57932e
Minor syntax fixes
2019-06-25 08:19:21 -04:00
paigehargrave
9154fc7628
Minor syntax fix
2019-06-25 08:15:15 -04:00
Alastair Smith
87db538a34
Merge remote-tracking branch 'upstream/master'
2019-06-24 11:22:13 -05:00
paigehargrave
bcd23de596
Added deprecation info
2019-06-22 07:39:52 -04:00
paigehargrave
ceef32af03
Added 18.09.7 updates
2019-06-22 07:31:58 -04:00
paigehargrave
dd74c0e290
Updates for older releases
2019-06-20 15:53:19 -04:00
paigehargrave
daa68477bf
Updates for latest changelog
2019-06-20 13:59:27 -04:00
Sebastiaan van Stijn
0266be38d7
Move cluster reference docs, and generate from YAML
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-06-20 14:27:17 +02:00
paigehargrave
3717af90ed
Updated from 6/19 changelog updates
2019-06-20 06:58:06 -04:00
Vinicius Rocha
f8bd0d005e
Update dotnetcore.md with the new samples URL
2019-06-19 14:17:57 -04:00
Andrew Hsu
a7a1634341
update engine deprecation policy
...
To allow for an explicit removal period.
Signed-off-by: Andrew Hsu <andrewhsu@docker.com>
2019-06-19 03:10:38 +00:00
paigehargrave
b2e23baafa
Known issues updates
2019-06-15 15:57:25 -04:00
paigehargrave
660e1a07dd
Updates for Jira 850
2019-06-13 17:21:53 -04:00
paigehargrave
b1a01302fc
Info for 850
2019-06-13 16:33:42 -04:00
Jameson Hyde
e7d69b14a7
Include service support for DCT in engine ( #1177 )
...
Signed-off-by: Jameson Hyde <jameson.hyde@docker.com>
2019-06-13 12:50:35 -07:00
Maria Bermudez
01277a66f5
Merge branch 'amberjack' into master
2019-06-13 19:10:41 +01:00
Sebastiaan van Stijn
05d91b90f3
Add Engine API version v1.40
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-06-13 15:05:36 +02:00