docker-cli-openbsd/docs/reference/commandline
Yong Tang d75f24fd9d Update opts.MemBytes to disable default, and move `docker run/create/build` to use opts.MemBytes
This fix made several updates:
1. Update opts.MemBytes so that default value will not show up.
   The reason is that in case a default value is decided by daemon,
   instead of client, we actually want to not show default value.
2. Move `docker run/create/build` to use opts.MemBytes for `--shm-size`
   This is to bring consistency between daemon and docker run
3. docs updates.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2017-06-02 00:10:52 +00:00
..
attach.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
build.md Update opts.MemBytes to disable default, and move `docker run/create/build` to use opts.MemBytes 2017-06-02 00:10:52 +00:00
cli.md Add `--format` flag for `docker plugin ls` 2017-06-02 00:10:49 +00:00
commit.md Update the field 'CONTAINER ID' for docker ps 2017-06-02 00:10:47 +00:00
container_prune.md Add `--filter until=<timestamp>` for `docker container/image prune` 2017-06-02 00:10:48 +00:00
cp.md Clarify `cp` documentation behaviour with trailing "/." 2017-06-02 00:10:48 +00:00
create.md Update opts.MemBytes to disable default, and move `docker run/create/build` to use opts.MemBytes 2017-06-02 00:10:52 +00:00
deploy.md Fix typo in docs (Copmose) 2017-06-02 00:10:40 +00:00
diff.md Clarify what docker diff shows 2017-06-02 00:10:46 +00:00
docker_images.gif retooling for hugo 2017-06-02 00:06:58 +00:00
dockerd.md Add daemon option --default-shm-size 2017-06-02 00:10:52 +00:00
events.md replace no-remove by sample-volume-plugin in docs 2017-06-02 00:10:47 +00:00
exec.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
export.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
history.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
image_prune.md Add `--filter until=<timestamp>` for `docker container/image prune` 2017-06-02 00:10:48 +00:00
images.md Update `images` cli reference with reference filter 2017-06-02 00:10:39 +00:00
import.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
index.md update plugins in docs and correct things in index.md 2017-06-02 00:10:47 +00:00
info.md Update docker info cli reference documentation 2017-06-02 00:10:40 +00:00
inspect.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
kill.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
load.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
login.md Add credential helper documentation 2017-06-02 00:10:43 +00:00
logout.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
logs.md explain since format and give examples 2017-06-02 00:10:48 +00:00
menu.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
network_connect.md keep network option consistent between network connect and run 2017-06-02 00:10:48 +00:00
network_create.md Add docs for `docker network create --attachable` 2017-06-02 00:10:44 +00:00
network_disconnect.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
network_inspect.md Show peer nodes in network inspect for swarm overlay networks 2017-06-02 00:10:36 +00:00
network_ls.md Add `.CreatedAt` placeholder for `docker network ls --format` 2017-06-02 00:10:50 +00:00
network_prune.md Add `--filter until=<timestamp>` for `docker container/image prune` 2017-06-02 00:10:48 +00:00
network_rm.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
node_demote.md Add the whole related information for node 2017-06-02 00:10:44 +00:00
node_inspect.md Add the whole related information for node 2017-06-02 00:10:44 +00:00
node_ls.md Add the whole related information for node 2017-06-02 00:10:44 +00:00
node_promote.md Add the whole related information for node 2017-06-02 00:10:44 +00:00
node_ps.md Remove `--all|-a` from `docker node ps` reference 2017-06-02 00:10:45 +00:00
node_rm.md Add the whole related information for node 2017-06-02 00:10:44 +00:00
node_update.md Add the whole related information for node 2017-06-02 00:10:44 +00:00
pause.md Fix inconsistency for pause and unpause 2017-06-02 00:10:45 +00:00
plugin_create.md Complete the document content 2017-06-02 00:10:47 +00:00
plugin_disable.md Add [OPTIONS] to usage of `plugin disable|push` 2017-06-02 00:10:51 +00:00
plugin_enable.md replace no-remove by sample-volume-plugin in docs 2017-06-02 00:10:47 +00:00
plugin_inspect.md replace no-remove by sample-volume-plugin in docs 2017-06-02 00:10:47 +00:00
plugin_install.md Complete the options for 'docker plugin install' 2017-06-02 00:10:49 +00:00
plugin_ls.md Add `capability` filter to `docker plugin ls` 2017-06-02 00:10:51 +00:00
plugin_push.md Add [OPTIONS] to usage of `plugin disable|push` 2017-06-02 00:10:51 +00:00
plugin_rm.md replace no-remove by sample-volume-plugin in docs 2017-06-02 00:10:47 +00:00
plugin_set.md replace no-remove by sample-volume-plugin in docs 2017-06-02 00:10:47 +00:00
port.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
ps.md Add `publish` and `expose` filter for `docker ps --filter` 2017-06-02 00:10:51 +00:00
pull.md Add concurrent uploads/downloads section 2017-06-02 00:10:40 +00:00
push.md fix flag descriptions for content-trust 2017-06-02 00:10:49 +00:00
rename.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
restart.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
rm.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
rmi.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
run.md Update opts.MemBytes to disable default, and move `docker run/create/build` to use opts.MemBytes 2017-06-02 00:10:52 +00:00
save.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
search.md Fix copypaste error 'is-automated' 2017-06-02 00:10:42 +00:00
secret_create.md remove -f on secret create and unify usage with other commands 2017-06-02 00:10:48 +00:00
secret_inspect.md Update docs to reflect no longer displaying secret digest or size. 2017-06-02 00:10:40 +00:00
secret_ls.md Change tls to TLS 2017-06-02 00:10:46 +00:00
secret_rm.md support labels for secrets upon creation; review updates 2017-06-02 00:10:36 +00:00
service_create.md Update opts.MemBytes to disable default, and move `docker run/create/build` to use opts.MemBytes 2017-06-02 00:10:52 +00:00
service_inspect.md add port PublishMode to service inspect --pretty output 2017-06-02 00:10:48 +00:00
service_logs.md Add the link for service logs 2017-06-02 00:10:44 +00:00
service_ls.md Add the link for service logs 2017-06-02 00:10:44 +00:00
service_ps.md Support multiple service IDs on "docker service ps" 2017-06-02 00:10:47 +00:00
service_rm.md Add the link for service logs 2017-06-02 00:10:44 +00:00
service_scale.md Add the link for service logs 2017-06-02 00:10:44 +00:00
service_update.md Update opts.MemBytes to disable default, and move `docker run/create/build` to use opts.MemBytes 2017-06-02 00:10:52 +00:00
stack_deploy.md Update reference document for secret and stack 2017-06-02 00:10:47 +00:00
stack_ls.md stack_config.md not exist and delete it 2017-06-02 00:10:44 +00:00
stack_ps.md Update reference document for secret and stack 2017-06-02 00:10:47 +00:00
stack_rm.md stack_config.md not exist and delete it 2017-06-02 00:10:44 +00:00
stack_services.md stack_config.md not exist and delete it 2017-06-02 00:10:44 +00:00
start.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
stats.md Update stats cli reference documentation 2017-06-02 00:10:39 +00:00
stop.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
swarm_init.md Allow swarm init with `--availability=drain` 2017-06-02 00:10:48 +00:00
swarm_join.md Allow swarm join with `--availability=drain` 2017-06-02 00:10:48 +00:00
swarm_join_token.md Add the link for swarm reference document 2017-06-02 00:10:46 +00:00
swarm_leave.md Add the link for swarm reference document 2017-06-02 00:10:46 +00:00
swarm_unlock.md Add the link for swarm reference document 2017-06-02 00:10:46 +00:00
swarm_unlock_key.md Add the link for swarm reference document 2017-06-02 00:10:46 +00:00
swarm_update.md Add the link for swarm reference document 2017-06-02 00:10:46 +00:00
system_df.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
system_prune.md Add `--filter until=<timestamp>` for `docker container/image prune` 2017-06-02 00:10:48 +00:00
tag.md Docs: Be more clear when specifying valid formats for strings 2017-06-02 00:10:50 +00:00
top.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
unpause.md Fix inconsistency for pause and unpause 2017-06-02 00:10:45 +00:00
update.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
version.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
volume_create.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
volume_inspect.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
volume_ls.md fix volume ls filter driver 2017-06-02 00:10:48 +00:00
volume_prune.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
volume_rm.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00
wait.md fix frontmatter keywords value type (string, instead of []string) in /docs/reference 2017-06-02 00:10:31 +00:00