https://github.com/danilosouza55/docker_curso_alura
https://github.com/danilosouza55/docker_curso_alura
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danilosouza55/docker_curso_alura
- Owner: danilosouza55
- Created: 2022-06-10T13:07:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T13:12:51.000Z (about 4 years ago)
- Last Synced: 2025-08-01T01:06:56.893Z (11 months ago)
- Language: CSS
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/