Skip to content

Commit

Permalink
notes about Docker Desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauscher authored and Lauscher committed Jan 16, 2023
1 parent 3d7d9fa commit 51f9c56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

## Table of contents
- [Introduction](#introduction)
- [Docker Desktop or Docker Engine](#docker-desktop-or-docker-engine)
- [TL;DR](#tldr)
- [Features](#features)
- [Supported systems](#supported-systems)
Expand Down Expand Up @@ -73,6 +74,12 @@ Files to work on can be shared between host and container.

[x11docker wiki](https://github.com/mviereck/x11docker/wiki) provides some how-to's for basic setups without x11docker.

### Docker Desktop or Docker Engine
Since a while Docker distributes a version called "Docker Desktop" that runs Docker in a QEMU VM. x11docker is not designed to support this VM based version.
Instead, use x11docker with the native ["Docker Engine Server version"](https://docs.docker.com/engine/install/#server) that uses your host kernel to run containers.
- If you install Docker from your distribution's repository, you'll likely get this native version.
- If you prefer podman over Docker, you'll don't need to care about this difference.

### TL;DR
For a quick start:
- [Install](#installation) x11docker with:
Expand Down

0 comments on commit 51f9c56

Please sign in to comment.