Fix numbered list issue

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
This commit is contained in:
Usha Mandya 2022-02-01 19:06:32 +00:00
parent f684196cf9
commit 3db5a1ddfb
1 changed files with 15 additions and 20 deletions

View File

@ -46,12 +46,10 @@ To install Docker Desktop for Linux:
- adds a DNS name for Kubernetes to `/etc/hosts`
- creates the Docker Desktop file for the application launcher
## Check the shared memory
Before you run Docker Desktop for Linux, verify whether the shared memory available on the host is **higher** than the memory allocated to the VM. By default, Docker Desktop allocates half of the memory and CPU from the host. The **available shared memory** should be higher than this.
```console
$ df -h /dev/shm
Filesystem Size Used Avail Use% Mounted on
@ -166,7 +164,6 @@ To remove Docker Desktop for Linux, run:
$ sudo apt remove docker-desktop
```
## Known issues
- The Docker CLI login flow has some inconsistencies that we are currently investigating. If you experience any issues when trying to log in, remove the `credsStore` property from `~/.docker/config.json` and restart Docker Desktop (run either
@ -213,5 +210,3 @@ Sometimes we want to make use of new operating system features. Because we contr
The VM utilized by DD4L uses `virtiofs`, a shared file system that allows virtual machines to access a directory tree located on the host. Our internal benchmarking shows that with the right resource allocation to the VM, near native file system performance can be achieved with virtiofs.
As such, we have adjusted the default memory available to the VM in DD4L. You can tweak this setting to your specific needs by using the **Memory** slider within the **Settings** > **Resources** tab of Docker Desktop.