Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronwlee/compose-sample
https://github.com/aaronwlee/compose-sample
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aaronwlee/compose-sample
- Owner: aaronwlee
- Created: 2020-01-23T03:53:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T19:47:30.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T09:54:05.124Z (almost 2 years ago)
- Language: JavaScript
- Size: 353 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker
Test docker
## image
- [x] nodejs-test PORT:9000
## reference
```
docker build -t -f Dockerfile .
docker build -t "nodejs-test" .
docker run --env-file .env -p 8000:9000 nodejs-test
docker login
docker build -t /docker-to-kubernetes .
docker image ls
docker push /docker-kubernetes
```