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/install/containers/index.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,24 @@ examples/index
24
24
25
25
## Getting started
26
26
27
-
Assuming you have [Docker](https://docs.docker.com/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/) already installed on your computer, you could try Plone 6.
27
+
```{note}
28
+
Although there are many container engine tools for developing, managing, and running containers, we will use {term}`Docker` in this documentation.
29
+
```
30
+
31
+
### Install Docker
32
+
33
+
Install [Docker](https://docs.docker.com/get-docker/) for your operating system.
34
+
35
+
Docker Desktop includes all Docker tools.
36
+
Both macOS and Windows use Docker Desktop.
37
+
On some Linux distributions a beta version of Docker Desktop is available.
38
+
If Docker Desktop is not available for your Linux distribution, you may still install Docker Engine and all of its tools.
39
+
Consult [Get Docker](https://docs.docker.com/get-docker/) for details.
40
+
41
+
{term}`Docker Compose` is one of the Docker tools that will be used throughout this documentation.
42
+
43
+
44
+
### Start Plone
28
45
29
46
First start the Plone Backend, naming it `plone6-backend` and creating a site with its default configuration, using the following command.
30
47
@@ -38,6 +55,7 @@ Now start the Plone Frontend, linking it to the `plone6-backend`:
0 commit comments