Skip to content

Commit b703f72

Browse files
committed
Docs: Add unique identifier for Docker cmds
1 parent 71f6b3e commit b703f72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/install/docker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,19 +196,19 @@ We need to manually download the `flowfuse/node-red` container that will be used
196196

197197
This is done with this command:
198198

199-
```bash
199+
```bash {data-copy-cmd=docker-pull}
200200
docker pull flowfuse/node-red
201201
```
202202

203203
Once that completes we can start FlowFuse:
204204

205205
Using the docker compose plugin
206-
```bash
206+
```bash {data-copy-cmd=docker-compose-up}
207207
docker compose -p flowforge up -d
208208
```
209209

210210
Or using the docker-compose command
211-
```bash
211+
```bash {data-copy-cmd=docker-compose-up}
212212
docker-compose -p flowforge up -d
213213
```
214214

0 commit comments

Comments
 (0)