Difference between revisions of "Docker context"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
</ref>)
 
</ref>)
  
A build's context is the set of files located in the specified PATH or URL.
+
A build's context is the set of files located in the specified [[PATH]] or [[URL]].
  
 
Default | remote | [[dind]]
 
Default | remote | [[dind]]
Line 15: Line 15:
 
  [[docker context create aci]]
 
  [[docker context create aci]]
 
  [[docker context use]]
 
  [[docker context use]]
 +
[[docker context use remote]]
 +
[[docker context inspect]]
 
  docker-compose ‐‐context remote up -d
 
  docker-compose ‐‐context remote up -d
docker context use remote
 
  
 +
 +
 +
export DOCKER_HOST=$([[docker context inspect]] --format '{{.Endpoints.docker.Host}}')
  
 
[[docker context --help]]
 
[[docker context --help]]

Latest revision as of 08:44, 18 April 2024

Advertising: