8000 Escape curly braces (#191) · github-cloud/circleci-docs@3fb63ab · GitHub
[go: up one dir, main page]

Skip to content

Commit 3fb63ab

Browse files
author
Kim, Hirokuni
authored
Escape curly braces (circleci#191)
1 parent 243467c commit 3fb63ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jekyll/_docs/docker.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,12 @@ To work around this, you can the following command, customized for
286286
your container name and the command you want to run, using LXC
287287
directly:
288288

289+
{% raw %}
289290
```
290-
sudo lxc-attach -n "$(docker inspect --format '{{.Id}}' $MY_CONTAINER_NAME)" -- bash -c $MY_COMMAND
291+
sudo lxc-attach -n "$(docker inspect --format "{{.Id}}" $MY_CONTAINER_NAME)" -- bash -c $MY_COMMAND
291292
```
293+
{% endraw %}
294+
292295

293296
### Caching Docker layers
294297

0 commit comments

Comments
 (0)
0