https://github.com/voronenko/docker-croco-hunter-image
Docker croco-hunter image defaulting to 7777
https://github.com/voronenko/docker-croco-hunter-image
Last synced: 5 months ago
JSON representation
Docker croco-hunter image defaulting to 7777
- Host: GitHub
- URL: https://github.com/voronenko/docker-croco-hunter-image
- Owner: Voronenko
- License: mit
- Created: 2019-12-18T15:49:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T15:57:04.000Z (about 6 years ago)
- Last Synced: 2025-06-06T06:03:15.977Z (7 months ago)
- Language: Go
- Size: 169 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
This is demo used to demonstrate some aspects for dealing with containerized applications cd/ci on a simple example.
For purposes of the demo I just needed simple workable image exposing some useful service over http.
If you want nice original source with helm, etc, proceed to https://github.com/lachie83/croc-hunter
If you choose to start from this fork, steps generally are
to build demo image
```
make docker_build
make docker_push
```
to run demo image
```
docker run -p 7777:7777 voronenko/docker-sample-image:7777
```