https://github.com/mcruzdev/fullcycle-go-challenge
https://github.com/mcruzdev/fullcycle-go-challenge
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcruzdev/fullcycle-go-challenge
- Owner: mcruzdev
- Created: 2021-08-14T05:30:11.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-17T00:43:11.000Z (almost 5 years ago)
- Last Synced: 2025-03-22T10:51:31.525Z (over 1 year ago)
- Language: Dockerfile
- Size: 1.05 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-challenge
## DockerHub Image:
https://hub.docker.com/repository/docker/matheuscruzdev/go-challenge
## 1 - Clone o repositório
```git clone https://github.com/mcruzdev/go-challenge```
## 2 - Acesse a pasta do projeto
```cd go-challenge```
## 3 - Construa a imagem
```docker build -t {{nome_imagem}} .```
## 4 - Executando a imagem
```docker run {{nome_imagem}}```
**Saída:** ``` Code.education Rocks!```
## 5 - Verificando o tamanho da imagem
```docker images | grep {{nome_imagem}}```