Docker Image hochladen: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 3: Zeile 3:
  
 
=image tagen=
 
=image tagen=
*docker tag own-image yourhost.yourdomain.com/own-image
+
*docker tag own-image xinux/own-image
 +
 
 
=image pushen(one host)=
 
=image pushen(one host)=
 
*docker push yourhost.yourdomain.com/own-image
 
*docker push yourhost.yourdomain.com/own-image
 
=image pull(other host)=
 
=image pull(other host)=
 
*docker pull yourhost.yourdomain.com/own-image
 
*docker pull yourhost.yourdomain.com/own-image

Version vom 5. Mai 2022, 09:18 Uhr

login

  • docker login

image tagen

  • docker tag own-image xinux/own-image

image pushen(one host)

  • docker push yourhost.yourdomain.com/own-image

image pull(other host)

  • docker pull yourhost.yourdomain.com/own-image