Skip to content

fabiosouzadev/desafio-fullcycle-dockerfile-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


screen
Desafio Dockerfile Golang

Desafio

  • Criar uma imagem docker de um app em golang que imprime Full Cycle Rocks!!
  • Imagem com menos de 2Mb

🚀 Buildando a imagem

# Clone this repository
$ git clone https://github.com/fabiosouzadev/desafio-fullcycle-dockerfile-go

# Go into the repository
$ cd desafio-fullcycle-dockerfile-go

# Build image
$ docker build <nome-da-imagem> .

# Run the app
$ docker run <nome-da-imagem>

☕ Usando a imagem do Docker Hub

docker run fabiosouzadev/desafio-fullcycle-dockerfile-go

About

Desafio FullCycle Dockerfile GO

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published