Skip to content

Instantly share code, notes, and snippets.

@Reflej0
Created April 5, 2019 03:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Reflej0/e517851169124d929c9758ba4fe130ba to your computer and use it in GitHub Desktop.
Save Reflej0/e517851169124d929c9758ba4fe130ba to your computer and use it in GitHub Desktop.
Guia para generar imagen de Docker a partir del contenedor y subirla a DockerIO
Guia para generar imagen de Docker a partir del contenedor y subirla a DockerIO
1) docker commit containerid
2) docker tag imageid nombreaelegir
3) docker login --u
4) Si hay error con timeout despues de introducir password sudo apt install gnupg2 pass y reintentar
5) docker build -t usuariodocker/nombreimagen:latest .
6) docker push usuariodocker/nombreimagen:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment