Docker-swarm: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
 
(23 dazwischenliegende Versionen von 5 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
*cardassia ~ # docker-machine create -d virtualbox local
+
*[[docker-swarm install]]
 +
*[[docker-swarm create]]
 +
*[[docker-swarm examples]]
 +
*[[docker-swarm commands]]
  
  
*cardassia ~ # eval "$(docker-machine env local)"
 
  
  
  
*cardassia ~ #  docker-machine ls
+
*[[docker stack example]]
NAME    ACTIVE  DRIVER      STATE    URL                        SWARM
 
local  *        virtualbox  Running  tcp://192.168.99.100:2376
 
 
 
 
 
*cardassia ~ # docker run swarm create
 
<pre>
 
Unable to find image 'swarm:latest' locally
 
latest: Pulling from library/swarm
 
2bc79aec8ea0: Pull complete
 
dc2fb86a875a: Pull complete
 
435e648d0f23: Pull complete
 
e16042a92d05: Pull complete
 
045bd7b00b5b: Pull complete
 
3caea1253d76: Pull complete
 
2b4c55187a27: Pull complete
 
6b40fe7724bd: Pull complete
 
Digest: sha256:51a30269d3f3aaa04f744280e3c118aea032f6df85b49819aee29d379ac313b5
 
Status: Downloaded newer image for swarm:latest
 
036e2c984bfde4d5693995ffe0535f35
 
<pre>
 
 
 
  
 
=links=
 
=links=
*http://docs.docker.com/swarm/install-w-machine/
+
*https://linuxconfig.org/how-to-configure-docker-swarm-with-multiple-docker-nodes-on-ubuntu-18-04
 +
*https://clouding.io/kb/en-us/articles/360010288160-Docker-Swarm-on-Ubuntu-18-04
 +
*https://geek-cookbook.funkypenguin.co.nz/recipes/nextcloud/

Aktuelle Version vom 19. Februar 2021, 14:14 Uhr