Skip to content

Commit 40e824b

Browse files
authored
Update README.md
1 parent a2f5872 commit 40e824b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/deployment_example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This is a tutorial guide for deploying Field Hub. __This describes a very basic
44

55
## Prerequisites
66

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:
88
1. images
99
2. containers
1010

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.
1212

1313
For more details please refer to the Docker/docker-compose documentation.
1414

0 commit comments

Comments
 (0)