Skip to content

Instantly share code, notes, and snippets.

@elcascarudo-dev
Last active April 2, 2020 13:54
Show Gist options
  • Save elcascarudo-dev/63c4513d1f61d79d7c6bde3d9541b4d6 to your computer and use it in GitHub Desktop.
Save elcascarudo-dev/63c4513d1f61d79d7c6bde3d9541b4d6 to your computer and use it in GitHub Desktop.
Crear imagen Docker en base a un Dockerfile
## Genera imagen :latest
docker build -t "{usuario/nombre-de-la-imagen}" .
## Genera imagen con número de versión
docker build -t "{usuario/nombre-de-la-imagen:0.0.1}" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment