from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209586

userrating:


May 25th. 2007:
Words

486

Views

258592

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149883

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





DOCKER

Section: Docker User Manuals (1)
Updated: APRIL 2014
Index Return to Main Contents

 

NAME

docker- Docker image and container command line interface

 

SYNOPSIS

docker [OPTIONS] COMMAND [ARG...]

docker -help-v-version]

 

DESCRIPTION

docker is a client for interacting with the daemon (see dockerd(8)) through the CLI.

The Docker CLI has over 30 commands. The commands are listed below and each has its own man page which explains usage and arguments.

To see the man page for a command run man docker .

 

OPTIONS

-help
  Print usage statement

-config=""
  Specifies the location of the Docker client configuration files. The default is '~/.docker'.

-D, -debug=true|false
  Enable debug mode. Default is false.

-H, -host=[unix:///var/run/docker.sock]: tcp://[host]:[port][path] to bind or unix://[/path/to/socket] to use.
  The socket(s) to bind to in daemon mode specified using one or more
  tcp://host:port/path, unix:///path/to/socket, fd://* or fd://socketfd.
  If the tcp port is not specified, then it will default to either 2375 when
  -tls is off, or 2376 when -tls is on, or -tlsverify is specified.

-l, -lo-level="debug|info|warn|error|fatal"
  Set the logging level. Default is info.

-tls=true|false
  Use TLS; implied by -tlsverify. Default is false.

-tlscacert=~/.docker/ca.pem
  Trust certs signed only by this CA.

-tlscert=~/.docker/cert.pem
  Path to TLS certificate file.

-tlskey=~/.docker/key.pem
  Path to TLS key file.

-tlsverify=true|false
  Use TLS and verify the remote (daemon: verify client, client: verify daemon).
  Default is false.

-v, -version=true|false
  Print version information and quit. Default is false.

 

COMMANDS

Use "docker help" or "docker-help" to get an overview of available commands.

 

EXAMPLES

For specific client examples see the man page for the specific Docker command. For example:

man docke-run

 

HISTORY

April 2014, Originally compiled by William Henry (whenry at redhat dot com) based on docker.com source material and internal work.


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
COMMANDS
EXAMPLES
HISTORY





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 14.2 ms