Sign inSign up

voronenko/docker-sample-image

By voronenko

Updated over 6 years ago

Sample image based on croco-hunter for demo purposes

Image
0

3.1K

voronenko/docker-sample-image repository overview

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 8080:8080 voronenko/docker-sample-image:latest

Tag summary

Content type

Image

Digest

Size

77.3 MB

Last updated

about 8 years ago

docker pull voronenko/docker-sample-image