1
0
mirror of https://github.com/docker/cli.git synced 2025-07-29 06:01:13 +03: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>
This commit is contained in:
Sebastiaan van Stijn
2017-03-02 02:14:15 +01:00
committed by Tibor Vass
parent e9457714cf
commit 8e7dd976f8
23 changed files with 2 additions and 83 deletions

View File

@ -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