Last active
April 4, 2018 16:41
-
-
Save alexishida/92553e352a58ddc2b513b1451358f008 to your computer and use it in GitHub Desktop.
Gerando Imagem Docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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