Skip to content

Commit 228f02a

Browse files
committed
Update download name
1 parent 0f11a23 commit 228f02a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

workshop/content/docs/setup.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ system the Docker website provides detailed installation instructions. Please fo
4444

4545
For many platforms a product called `Docker Desktop` is available, which includes `Docker compose`:
4646

47-
* Windows [installation](https://docs.Docker.com/desktop/install/windows-install) - install "Docker Desktop for Windows"
47+
* Windows [installation](https://docs.Docker.com/desktop/install/windows-install) - install "Docker Desktop for Windows - x86_64"
4848
* Mac [installation](https://docs.Docker.com/desktop/install/mac-install)
4949
* Linux [installation](https://docs.Docker.com/desktop/install/linux-install)
5050

@@ -118,10 +118,10 @@ If all goes well, you should be able to run Docker from the command line as foll
118118

119119
```bash
120120
docker --version
121-
# Docker version 26.1.1, build 4cf5afa
121+
# Docker version 28.2.2, build e6534b4
122122

123123
docker compose version
124-
# Docker Compose version v2.27.0-desktop.2
124+
# Docker Compose version v2.36.2-desktop.1
125125
```
126126

127127
Your version numbers don't have to match those above exactly.
@@ -165,4 +165,6 @@ Hopefully you'll see a map, and we're ready to start the workshop.
165165
* `E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 46288 (unattended-upgr)` is caused
166166
by another program trying to update Ubuntu. Rebooting may fix this, or you can try running `sudo kill <process_id>` for example in this case `sudo kill 46288`.
167167
* `docker-desktop : Depends: docker-ce-cli but it is not installable` - you are attempting to install Docker Desktop, but have not yet installed the Docker Engine.
168-
168+
* `unable to get image 'node:lts-slim': error during connect: in the default daemon configuration on Windows, the docker client must be
169+
run with elevated privileges to connect: Get "http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.50/images/node:lts-slim/json": open //./pipe/docker_engine: The system cannot find the file specified.`
170+
- you will need

0 commit comments

Comments
 (0)