File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ See "Start the Podman system service" in [this article](https://www.redhat.com/s
16
16
If you have a choice, a recent docker version is the preferred option.
17
17
:::
18
18
19
- The example beamline wiil launch the following set of containers:
19
+ The example beamline will launch the following set of containers:
20
20
- a simulation Area Detector IOC
21
21
- a simulation Motion IOC
22
22
- a basic IOC with a sum record
@@ -30,7 +30,7 @@ git clone https://github.com/epics-containers/example-services
30
30
cd example-services
31
31
# setup some environment variables
32
32
source ./environment.sh
33
- # lauch the docker compose configuration (with dc alias for docker compose)
33
+ # launch the docker compose configuration (with dc alias for docker compose)
34
34
dc up -d
35
35
```
36
36
You can’t perform that action at this time.
0 commit comments