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: docs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ This website contains examples on how to develop CI/CD pipelines and how to conf
4
4
5
5
## Installing Docker
6
6
7
-
See [Get Docker](https://docs.docker.com/get-docker/) for installation instructions.
7
+
Many of the examples provided on this website require Docker and Docker Compose to be installed on your development environment.
8
8
9
-
If you use Docker a lot on Mac or Windows system, the recommended Docker Desktop is likely a good option for you. Note that, since January 2022, it has required paid subscription if used for commercial development.
9
+
See [Get Docker](https://docs.docker.com/get-docker/) for official installation instructions. If you use Docker a lot on Mac or Windows system, the recommended Docker Desktop is likely a good option for you. Note that, since January 2022, it has required paid subscription, if used for commercial development.
10
10
11
11
Alternatively, Windows users can [install Docker on top of WSL2](./docker/docker-on-wsl/). For Mac users there are alternatives, such as [Colima](https://github.com/abiosoft/colima), available.
0 commit comments