mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
dress up code blocks in post a bit
This commit is contained in:
parent
d0537760e8
commit
ddcd27832f
1 changed files with 3 additions and 3 deletions
|
@ -135,15 +135,15 @@ services:
|
|||
Then I can fire it up with `docker-compose up --detach`:
|
||||
|
||||
```shell
|
||||
docker-compose up --detach # [tl! .cmd_root]
|
||||
docker-compose up --detach # [tl! .cmd_root focus:start]
|
||||
Creating network "adguard_default" with the default driver # [tl! .cmd_return:start]
|
||||
Pulling adguard (adguard/adguardhome:latest)...
|
||||
latest: Pulling from adguard/adguardhome
|
||||
latest: Pulling from adguard/adguardhome # [tl! focus:end]
|
||||
339de151aab4: Pull complete
|
||||
4db4be09618a: Pull complete
|
||||
7e918e810e4e: Pull complete
|
||||
bfad96428d01: Pull complete
|
||||
Digest: sha256:de7d791b814560663fe95f9812fca2d6dd9d6507e4b1b29926cc7b4a08a676ad
|
||||
Digest: sha256:de7d791b814560663fe95f9812fca2d6dd9d6507e4b1b29926cc7b4a08a676ad # [tl! focus:3]
|
||||
Status: Downloaded newer image for adguard/adguardhome:latest
|
||||
Creating adguard ... done # [tl! .cmd_return:end]
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue