-
Desafio Go
-
Desafio Nginx com Node.js
-
Ao executar
docker run <seu-user>/fullcycle
, exibir o texto:Full Cycle Rocks!!
- Meu usuário no Docker Hub é marciafcinfo
-
Publicar a imagem no docker hub
-
A imagem do projeto Go deve ter menos de 2MB
$ cd go
$ docker build -t marciafcinfo/fullcycle .
$ docker images
REPOSITORY ... SIZE
marciafcinfo/fullcycle ... 1.81MB
$ docker run marciafcinfo/fullcycle
$ docker login
$ docker push marciafcinfo/fullcycle
- Consultas para realizar o desafio Go