* Updates to the billing UI for personal plans (#1319)
* Updates to the billing UI for personal plans
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Changing a link to the billing page
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Release note for billing UI changes (#1321)
* Signed-off-by: Lena Larionova <lena.larionova@docker.com>
Release note for billing UI changes
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Adding link
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Updates to the billing UI for personal plans
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Changing a link to the billing page
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Updating the Docker Hub screenshots to current version of Hub and various page cleanup
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Missed one instance of unnecessary capitalization
A typo.
Removed additional ',' for consistency.
A duplicate 'for'.
There is a section where the markup ``` are not being honored. I didn't want to mess too much with that.
Added an actual `docker context import` command since the use of this command in conjunction with client bundles was not present in this or the `docker context` documentation. Also increased the emphasis of using `docker context import` vs. prior methods by pulling the new feature out of the note. This information is important and was not obvious enough in the note.
* Fixed indentation
The sample YAML file was indented in the code block to where copying and pasting into an editor was misaligned
* Added syntax to bash blocks
* Formatting adjustments
To see cache contents the command is `docker assemble backend cache usage` and not `docker assemble backend cache`.
Added a missing space between words.
If you try and build an image without a FROM instruction in the Dockerfile, the Docker daemon will throw an error. You must include "FROM scratch" to build a base image.
```
=> => # Liquid Warning: Liquid syntax error (line 33): Expected end_of_string but found number in "{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}" in datacenter/ucp/3.1/guides/authorization/reset-user-password.md
=> => # Liquid Warning: Liquid syntax error (line 33): Expected end_of_string but found number in "{{ index .Spec.TaskTemplate.ContainerSpec.Args 0 }}" in ee/ucp/authorization/reset-user-password.md
```
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>