Difference between revisions of "Docker context"

From wikieduonline
Jump to navigation Jump to search
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
 +
 +
A build's context is the set of files located in the specified PATH or URL.
  
 
Default | remote | [[dind]]
 
Default | remote | [[dind]]
Line 7: Line 9:
 
  docker context use remote
 
  docker context use remote
  
 +
 +
== Help ==
 +
<pre>
 +
docker context
 +
 +
Usage: docker context COMMAND
 +
 +
Manage contexts
 +
 +
Commands:
 +
  create      Create a context
 +
  export      Export a context to a tar or kubeconfig file
 +
  import      Import a context from a tar or zip file
 +
  inspect    Display detailed information on one or more contexts
 +
  ls          List contexts
 +
  rm          Remove one or more contexts
 +
  update      Update a context
 +
  use        Set the current docker context
 +
 +
Run 'docker context COMMAND --help' for more information on a command.
 +
</pre>
  
 
== Related terms ==
 
== Related terms ==

Revision as of 14:36, 17 April 2021

This article is a Draft. Help us to complete it.

A build's context is the set of files located in the specified PATH or URL.

Default | remote | dind

docker context ls
docker-compose ‐‐context remote up -d
docker context use remote


Help

docker context

Usage:	docker context COMMAND

Manage contexts

Commands:
  create      Create a context
  export      Export a context to a tar or kubeconfig file
  import      Import a context from a tar or zip file
  inspect     Display detailed information on one or more contexts
  ls          List contexts
  rm          Remove one or more contexts
  update      Update a context
  use         Set the current docker context

Run 'docker context COMMAND --help' for more information on a command.

Related terms

See also

Advertising: