Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marmoroju/docker
Docker e Trivy no ambiente Vagrant
https://github.com/marmoroju/docker
Last synced: 10 days ago
JSON representation
Docker e Trivy no ambiente Vagrant
- Host: GitHub
- URL: https://github.com/marmoroju/docker
- Owner: Marmoroju
- Created: 2024-05-25T18:06:05.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-18T22:46:58.000Z (5 months ago)
- Last Synced: 2024-06-19T05:02:49.823Z (5 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Script para levantar a VM com Docker + Trivy e adicionar o Vagrant ao grupo Docker
## Docker Multistage
```bash
# Dockerfile
# Build da imagemdocker image build -t app-go:1.0 .
``````bash
# Executando a imagem
docker container run -ti --name meu-go app-go:1.0
```