An open API service indexing awesome lists of open source software.

https://github.com/danilosouza55/docker_curso_alura


https://github.com/danilosouza55/docker_curso_alura

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Construção de imagem docker baseado no Node

## Build da imagem
`docker build . -t xxxx/xxx:1.0`

## Start
`docker run -p 9090:6000 -d xxx/xxx:1.0`

## Acessar imagem
http://localhost:9090/