Guillaume Lours
1d82ed7319
Update desktop/dev-environments.md
...
Co-authored-by: Chris Crone <christopher.crone@docker.com>
2021-07-20 18:12:38 +02:00
Guillaume Lours
8ae450acf5
add a section to explain how to setup GIT on windows for dev environments
...
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2021-07-20 17:22:02 +02:00
cuilei
8b1610c1d6
Fix [docker-compose run] link ( #13197 )
...
* Fix [docker-compose run] link
* Update the syntax and fix broken links
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-07-19 11:52:02 +01:00
Usha Mandya
101fdd2a8a
Merge pull request #13187 from usha-mandya/docker-scan-cta
...
Add CTA on Docker scan
2021-07-16 16:11:53 +01:00
Usha Mandya
f5c6fe1357
Add CTA on Docker scan
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-16 15:29:46 +01:00
Usha Mandya
df661019a6
Merge pull request #13150 from KolinHuang/patch-2
...
Update 08_using_compose.md
2021-07-13 11:13:01 +01:00
Usha Mandya
fe46aa5c1f
Merge pull request #13142 from Sammeeey/patch-3
...
Adjusted sentence to make more clear what to do
2021-07-13 11:06:43 +01:00
Usha Mandya
1faeb961ad
Merge pull request #13138 from Sammeeey/patch-2
...
Add "-dev"-suffix to new image
2021-07-13 11:03:55 +01:00
Usha Mandya
6cfaf02373
Merge pull request #13171 from mark-dr/fix-upgrade-cta-night-mode
...
Improve upgrade CTA for dark mode, add header property
2021-07-13 10:59:43 +01:00
Usha Mandya
7476ac6b8a
Clarify the statement
2021-07-13 10:57:24 +01:00
Usha Mandya
74c89da109
Merge pull request #13172 from rene-hermenau/patch-2
...
daemon.json does not exist in a fresh docker install - Update json-file.md
2021-07-13 10:52:07 +01:00
Usha Mandya
eaeb678512
Merge pull request #13131 from tianon/patch-1
...
Update hello-world ref to clarify it is source only
2021-07-13 10:30:21 +01:00
Mark H
86b24990ee
Update styles for dark mode, add general bootstrap overrides
2021-07-13 09:53:30 +01:00
Usha Mandya
e36365ab52
Merge pull request #13169 from usha-mandya/engdocs-446
...
Clarify how to open the Docker menu on Windows
2021-07-12 14:14:44 +01:00
René Hermenau
45d6a89299
Update json-file.md
...
The file daemon.json does not exist in a fresh docker install in Ubuntu
2021-07-12 13:16:50 +02:00
Mark H
c45879262e
Improve upgrade CTA for dark mode, remove some now-unused variables from notes restyles
2021-07-12 12:00:44 +01:00
Usha Mandya
e1c234971a
Clarify how to open the Docker menu on Windows
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-12 10:58:17 +01:00
Usha Mandya
0e3f31e807
Merge pull request #13158 from mark-dr/restyle-alerts
...
Restyle notification banners
2021-07-12 10:49:06 +01:00
Usha Mandya
03971ffdf6
Merge pull request #13168 from mark-dr/add-upgrade-cta-widget
...
Add upgrade CTA widget
2021-07-12 10:48:54 +01:00
Usha Mandya
f006c43422
Merge pull request #13161 from theBeginner86/run_cont_py_docs_typo
...
Typo Fixed In the File: language/python/run-containers.md
2021-07-12 10:31:51 +01:00
Mark H
c84baca51c
Add upgrade CTA mixin
2021-07-12 09:47:27 +01:00
Mark H
c12de0a87a
Add color palette definitions
2021-07-12 09:07:16 +01:00
Mark H
124b62fcd1
Add .editorconfig
2021-07-12 09:07:16 +01:00
Mark H
0494008636
Add .prettierignore
2021-07-12 09:07:16 +01:00
theBeginner86
3831ba50c9
typo fixed
2021-07-10 11:15:30 +05:30
Mark H
a23f70d048
Remove redundant SASS module reference
2021-07-09 17:01:20 +01:00
Mark H
79a6e2879d
Swap ad-hoc colours for palette colours
2021-07-09 16:58:53 +01:00
Mark H
1655359a98
Add new purple alert type
2021-07-09 16:58:53 +01:00
Mark H
d67f803770
Define new theme for notifications
2021-07-09 16:58:53 +01:00
Mark H
79e36c14a0
_notes.scss: Refactor how different note styles are defined
2021-07-09 16:58:53 +01:00
Mark H
8441af3931
_notes.scss: Simplify handling of legacy notes
2021-07-09 16:58:53 +01:00
Mark H
7f1fd5c52c
Add color palette definitions
2021-07-09 16:58:53 +01:00
Mark H
1158a25c87
Add .editorconfig
2021-07-09 16:44:19 +01:00
Mark H
4addf1bba7
Add .prettierignore
2021-07-09 12:06:25 +01:00
Usha Mandya
6507f5b3b0
Merge pull request #13153 from rumpl/fix-ssh-key
...
Fix the ssh-add explanation
2021-07-08 16:02:11 +01:00
Usha Mandya
4e8a4e8a7a
Merge pull request #13130 from lorenrh/il-346-relnotes
...
Release notes for 3.5.2
2021-07-08 16:01:32 +01:00
Guillaume Tardif
4aedf4df77
Users can create Dev Env on a given branch ( #13095 )
...
* Users can create Dev Env on a given branch
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
* Minor style updates
* Add known bug on branches in https:// git urls with .git suffix
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-07-08 16:01:16 +01:00
Lorena Rangel
0eccb966cd
Release notes for 3.5.2
...
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2021-07-08 15:48:11 +02:00
Djordje Lukic
b75f91e0c4
Fix the ssh-add explanation
...
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2021-07-08 10:44:49 +02:00
Yucai Huang
15c8eae642
Update 08_using_compose.md
...
In the "Run the application stack" part, I think there is a mistake in writing. That is "If you don't already, you'll see output that looks like this...". I change it to "If you have done already, you'll see output that looks like this...".
2021-07-08 10:00:53 +08:00
jerae-duffin
6b6bc203bc
Merge pull request #13129 from jerae-duffin/CONT-83
...
Service accounts removed abbreviations
2021-07-07 11:32:05 -05:00
Sammeeey
5ece5aa899
Adjusted sentence to make more clear what to do
...
ihih
2021-07-07 13:41:48 +02:00
Sammeeey
e52dfc1353
Add "-dev"-suffix to new image
...
I've added a "-dev"-suffix in the lines where we are working with the new python-docker image.
In this way we do not overwrite the previous one
2021-07-07 12:18:12 +02:00
Sebastiaan van Stijn
3ccabce0e9
Merge pull request #13039 from crazy-max/github-actions
...
Authentication to GHCR with GITHUB_TOKEN
2021-07-06 20:34:09 +02:00
CrazyMax
0dfda9a16a
Authentication to GHCR with GITHUB_TOKEN
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-07-06 20:24:41 +02:00
Tianon Gravi
8219af3049
Update hello-world ref to clarify it is source only
...
The "hello-world" repository (somewhat intentionally) does not contain any instructions for building it, but the instructions to do so already followed this line, so this adjusts the wording to be more clear that the source code lives in the hello-world repository without implying that there are instructions for building there as well.
Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
2021-07-06 11:03:50 -07:00
Jerae Duffin
458a16a055
removed abbr
2021-07-06 09:58:02 -05:00
Usha Mandya
c2d88f5e4f
Merge pull request #13123 from thaJeztah/xenial_eol
...
Engine: remove Ubuntu 16.04 "xenial", Fedora 32 (both EOL), and some touch-ups
2021-07-06 11:22:47 +01:00
Sebastiaan van Stijn
2e495edd4d
engine/install: various touch-ups
...
- lowercase "arm" architectures
- swap arm / arm64 columns (as arm 32-bit is only for a single distro)
- remove raspbian arm64 Raspbian is 32 bit, and we don't ship packages
for raspbian arm64
- add (32-bit) mention to arm column
- add "Apple Silicon" to the Docker Desktop table for completeness
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-07-06 12:18:05 +02:00
Sebastiaan van Stijn
e3a1f307a4
engine: remove Fedora 32, as it's EOL
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-07-05 21:12:10 +02:00