You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workshop/content/docs/setup.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ system the Docker website provides detailed installation instructions. Please fo
44
44
45
45
For many platforms a product called `Docker Desktop` is available, which includes `Docker compose`:
46
46
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"
48
48
* Mac [installation](https://docs.Docker.com/desktop/install/mac-install)
49
49
* Linux [installation](https://docs.Docker.com/desktop/install/linux-install)
50
50
@@ -118,10 +118,10 @@ If all goes well, you should be able to run Docker from the command line as foll
118
118
119
119
```bash
120
120
docker --version
121
-
# Docker version 26.1.1, build 4cf5afa
121
+
# Docker version 28.2.2, build e6534b4
122
122
123
123
docker compose version
124
-
# Docker Compose version v2.27.0-desktop.2
124
+
# Docker Compose version v2.36.2-desktop.1
125
125
```
126
126
127
127
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.
165
165
*`E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 46288 (unattended-upgr)` is caused
166
166
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`.
167
167
*`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.`
0 commit comments