Skip to content

Commit a148191

Browse files
authored
Merge pull request #198 from epics-containers/quickstart2
give wsl install commands
2 parents e994109 + 6514775 commit a148191

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

docs/how-to/compose-quickstart.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(quickstart)=
22
# Docker Compose Quickstart
33

4-
Here are some minimal setup instructions to get you up and running with docker-compose and a container runtime on any platform. This is a pre-requisite for most of the tutorials in this documentation.
4+
Here are some minimal setup instructions to get you up and running with docker-compose and a container runtime on any platform.
55

66
## Docker Already Installed
77

@@ -23,6 +23,7 @@ sudo apt install podman docker-compose-v2
2323
sudo dnf config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.repo
2424
sudo dnf install podman docker-compose-plugin
2525
```
26+
2627
(podman-integration)=
2728
**Podman Integration with Docker Compose**
2829

@@ -33,7 +34,7 @@ export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
3334

3435
## Windows
3536

36-
- Install WSL2 with Ubuntu Distro (for systemd)
37+
- PowerShell: wsl --install -d Ubuntu
3738
- Open Ubuntu terminal and follow [](linux-installation)
3839

3940
## Mac OS
@@ -42,13 +43,3 @@ export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
4243
- brew install docker-compose
4344
- Follow 'Podman Integration with Docker Compose'
4445
- Add an X11 server like XQuartz
45-
46-
## Docker permissions
47-
48-
If you get docker permission errors do the following:
49-
50-
```bash
51-
sudo groupadd docker
52-
sudo usermod -aG docker $USER
53-
sudo reboot
54-
```

0 commit comments

Comments
 (0)