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: server/deployment_example/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,11 +4,11 @@ This is a tutorial guide for deploying Field Hub. __This describes a very basic
4
4
5
5
## Prerequisites
6
6
7
-
We will use [Docker](https://docs.docker.com/get-started/overview/) with [docker-compose](https://docs.docker.com/compose/). For this guide there are two Docker concepts to be aware of:
7
+
We will use [Docker](https://docs.docker.com/get-started/overview/). For this guide there are two Docker concepts to be aware of:
8
8
1. images
9
9
2. containers
10
10
11
-
You can think of a Docker image as the bundled blueprint for running an application, and of a Docker container as a running instance.
11
+
You can think of a Docker image as the bundled packages containing the application, and of a Docker container as a running instance.
12
12
13
13
For more details please refer to the Docker/docker-compose documentation.
0 commit comments