Ulysses Souza
cc10460056
Update release notes for 1.23.2 and 1.24.0
...
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
2019-03-29 17:29:19 +01:00
paigehargrave
b9e421734c
Merge pull request #8546 from darwin-traver/patch-27
...
Added moby#36951 to 18.09.4 release notes
2019-03-28 20:57:49 -04:00
Darwin Traver
1e1146ca12
Added moby#36951 to 18.09.4 release notes
2019-03-28 20:48:28 -04:00
Maria Bermudez
7b766ce571
Merge pull request #8540 from darwin-traver/patch-24
...
Removed Kube GC Known issue from UCP 3.1.4
2019-03-28 17:34:22 -04:00
Alastair Smith
5658d8f8ef
re-add removed Jenkinsfile
2019-03-28 14:55:24 -05:00
Maria Bermudez
5b44abaa5a
Merge branch 'master' of github.com:docker/docker.github.io
2019-03-28 12:40:32 -07:00
Maria Bermudez
4d0acc44c4
Remove stage compose file for docs-private
2019-03-28 12:40:06 -07:00
Maria Bermudez
3b6af13488
Temporary - review later
2019-03-28 12:38:10 -07:00
Maria Bermudez
28e182b5e9
Fixed formatting issues
2019-03-28 12:36:08 -07:00
Maria Bermudez
6533aa4c3a
Fixed dates
2019-03-28 12:34:30 -07:00
Maria Bermudez
462ff47445
Update DTR release notes
2019-03-28 12:33:41 -07:00
Maria Bermudez
57a0f78da1
Merge branch 'master' of github.com:docker/docker.github.io
2019-03-28 12:28:44 -07:00
Maria Bermudez
2404ddbc1f
Merge pull request #1023 from docker/patch-03-2019
...
Update UCP 3.1 API reference page with additional LDAP endpoints
2019-03-28 15:21:10 -04:00
Maria Bermudez
d153b80e39
Update release-notes.md
...
DTR info
Edits on 2.5.10 and 2.6.4 entries
Add upgrade warning information
Updated engine info per Andrew's input
Added Component table info per Mark
2019-03-28 12:18:46 -07:00
Darwin Traver
173908618a
Removed Kube GC Known issue from UCP 3.1.4
2019-03-28 09:44:17 -04:00
Maria Bermudez
6c66dee2ee
Merge pull request #8532 from omegamormegil/patch-9
...
use access tokens for CLI access to DTR
2019-03-27 20:20:10 -04:00
Maria Bermudez
bd6ff0feb5
Remove site URL from link path
2019-03-27 17:19:00 -07:00
Maria Bermudez
a1cc8c3f44
Merge pull request #8537 from thaJeztah/vfs_nits
...
Fix some minor issues in vfs storage-driver section
2019-03-27 20:17:06 -04:00
Sebastiaan van Stijn
21c45858b0
Fix some minor issues in vfs storage-driver section
...
- Fix mention of `storage-drivers` instead of `storage-opts`
- Repeat the selected driver in the second `daemon.json` example
- Remove mention of `CE` as this driver can be used
on Docker EE (although it's mainly intending for
debugging, so not a "supported" driver)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-03-27 14:52:18 +01:00
Maria Bermudez
f532a54c98
Merge branch 'master' of github.com:docker/docker.github.io
2019-03-26 10:55:30 -07:00
Nathan Jones
999cc6686c
use access tokens for CLI access to DTR
...
Added note advising users to use access tokens with DTR after configuring SAML for UI authentication. This is necessary per slack conversation here: https://docker.slack.com/archives/C1329M30T/p1547584120183300
2019-03-26 11:13:56 -04:00
Maria Bermudez
16bfdbd2a2
Merge pull request #8527 from scjane/patch-121
...
Update seccomp.md
2019-03-25 14:31:50 -04:00
Maria Bermudez
787f9a90b9
Merge pull request #8479 from dockerpac/patch-1
...
Change default http port
2019-03-25 14:25:51 -04:00
Maria Bermudez
6a4cbd9216
Merge pull request #8523 from jpreese/patch-1
...
Add missing bold markup
2019-03-25 13:27:02 -04:00
Wang Jie
8a8ea7d666
Update seccomp.md
2019-03-25 09:35:26 +08:00
John Reese
0331c00bf5
Add missing bold markup
2019-03-22 21:52:40 -04:00
Maria Bermudez
461e6dd57c
Merge branch 'master' of github.com:docker/docker.github.io
2019-03-22 17:42:17 -07:00
Maria Bermudez
cb25367101
Merge pull request #8516 from usha-mandya/8349-format-fixes
...
fix formatting issues in completion.md file
2019-03-22 13:00:15 -04:00
Maria Bermudez
4331e12c10
Merge pull request #8519 from ekitagawa/patch-20
...
Fixing download location
2019-03-22 12:58:17 -04:00
Maria Bermudez
9123031825
Added note
2019-03-22 12:53:09 -04:00
Maria Bermudez
bc0e8ddc33
Merge pull request #8412 from thaJeztah/split_out_windows_server
...
Compose: put Windows Server in its own tab for installation
2019-03-22 12:43:51 -04:00
Eiichi Kitagawa
0540ee39dd
Fixing download location
...
Download command below points to a dir that doesn't exist
```
Invoke-WebRequest "https://github.com/docker/compose/releases/download/1.23.2/docker-compose-Windows-x86_64.exe " -UseBasicParsing -OutFile $Env:ProgramFiles\Docker\Docker\resources\bin\docker-compose.exe
```
On Windows Server 2019 (and probably on 2016), other exe files are under "$Env:ProgramFiles\Docker\" so that should be a good place to put the compose's executable. This directory is also registered in "PATH" of the system, so users can call out `docker-compose --version` command on the next step without additional configuration.
2019-03-22 09:19:38 -07:00
usha-mandya
ed87d31a00
fix formatting issues in completion.md file
2019-03-22 10:48:33 +00:00
Maria Bermudez
87be333941
Merge pull request #8485 from ollypom/azureinstallpatch
...
Patch UCP Azure instructions
2019-03-21 19:27:15 -04:00
paigehargrave
127331a085
Update install-on-azure.md
2019-03-21 19:25:39 -04:00
Maria Bermudez
552f043f07
Merge pull request #8508 from dnadares/patch-1
...
Update index.md
2019-03-21 19:24:45 -04:00
Maria Bermudez
f9f993a73f
Capitalize product name
2019-03-21 16:24:24 -07:00
Maria Bermudez
fb315084f0
Merge pull request #8511 from zeniri/patch-2
...
Update index.md [Sample applications table]
2019-03-21 18:26:21 -04:00
paigehargrave
7d52184345
Merge pull request #8512 from docker/compose-to-kube
...
Minor fixes
2019-03-21 16:16:44 -04:00
Maria Bermudez
0e6a7a16b9
Minor fixes
2019-03-21 11:45:56 -07:00
Maria Bermudez
41d7ae3986
Merge pull request #8510 from zeniri/revert-8495-patch-119
...
Revert "Update overview.md"
2019-03-21 14:40:07 -04:00
Shubh
7720a2f9d8
Update index.md [Sample applications table]
...
Providing entry to dockerize .Net Core application from the left navigation panel into the "Sample applications" table
2019-03-22 00:01:26 +05:30
Shubh
a62197261f
Revert "Update overview.md"
2019-03-21 23:26:47 +05:30
Maria Bermudez
3bf5bee26d
Merge pull request #8509 from docker/revert-8496-patch-120
...
Revert "Update index.md"
2019-03-21 13:34:04 -04:00
Maria Bermudez
e6983fd73e
Revert "Update index.md"
2019-03-21 10:31:10 -07:00
Maria Bermudez
44aa128dfa
Merge pull request #8496 from scjane/patch-120
...
Update index.md
2019-03-21 13:30:29 -04:00
Maria Bermudez
7230ec2378
Merge pull request #8495 from scjane/patch-119
...
Update overview.md
2019-03-21 13:30:03 -04:00
Maria Bermudez
9b31b9f23f
Merge pull request #8505 from ollypom/removerbachtml
...
Removed HTML folder found in UCP RBAC Directory
2019-03-21 13:28:20 -04:00
dnadares
968300a506
Update index.md
...
Open parenthesis in the wrong place
2019-03-21 10:36:03 -03:00
paigehargrave
e695e9ec12
Merge pull request #8504 from ollypom/removekuberbacmigrate
...
Removed reference to migrate Kube RBAC Roles to UCP RBAC Roles
2019-03-21 08:53:59 -04:00