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
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
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