sematext/jetty
Sematext Docker images and other container related things
Build docker containers manually and push them to DockerHub:
cd docker
docker build -t sematext/<container_dir_name>:<tag> <container_dir_name>/.
The tag is consistent with particular container software version + revision.
For example, elasticsearch container, the tag is 5.3.1-2
where 5.3.1
is software version and 1
is revision number. Check for available tags here https://hub.docker.com/r/sematext/<container_dir_name>/tags/.
docker pull sematext/jetty