Skip to content

Instantly share code, notes, and snippets.

@alexishida
Last active April 4, 2018 16:41
Show Gist options
  • Select an option

  • Save alexishida/92553e352a58ddc2b513b1451358f008 to your computer and use it in GitHub Desktop.

Select an option

Save alexishida/92553e352a58ddc2b513b1451358f008 to your computer and use it in GitHub Desktop.
Gerando Imagem Docker
docker build -t alexishida.com/teste:v1.0 .
docker commit -m "Mensagem do commit" -a "Alex Ishida" <nome da container> alexishida.com/teste:v1.0 (criar imagem local)
docker push alexishida.com/teste:v1.0 (enviar imagem para o repositorio)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment