https://github.com/patricksanders/entrypoint-example
https://github.com/patricksanders/entrypoint-example
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/patricksanders/entrypoint-example
- Owner: patricksanders
- Created: 2018-07-30T20:00:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T20:19:24.000Z (almost 8 years ago)
- Last Synced: 2025-01-29T19:45:50.821Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Building:
```
docker build -t entrypoint-example .
```
Running:
```
# Run normally
docker run --rm -it entrypoint-example
# Sleep after your command exits
docker run --rm -it -e DEV_MODE=true entrypoint-example
```