mirror of
https://github.com/moby/moby.git
synced 2026-08-04 15:11:00 +00:00
remove Jekyll tags from CLI reference
These Markdown files are now embedded in a YAML
file for templating in the documentation, and
these special markers are no longer needed.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 7e3169f26d)
This commit is contained in:
committed by
Misty Stanley-Jones
parent
5f730ed857
commit
979cb4fd1e
@@ -72,7 +72,6 @@ svendowideit/testimage version3 f5283438590d 16 sec
|
||||
### Commit a container with new configurations
|
||||
|
||||
```bash
|
||||
{% raw %}
|
||||
$ docker ps
|
||||
|
||||
ICONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||
@@ -90,7 +89,6 @@ f5283438590d
|
||||
$ docker inspect -f "{{ .Config.Env }}" f5283438590d
|
||||
|
||||
[HOME=/ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin DEBUG=true]
|
||||
{% endraw %}
|
||||
```
|
||||
|
||||
### Commit a container with new `CMD` and `EXPOSE` instructions
|
||||
|
||||
Reference in New Issue
Block a user