This post describes how to setup a local docker registry within your network and use it for your projects. This is a precondition if you want to deploy and run your own projects on your own kubernetes cluster and do not want to expose everything to the public.
Tag: container
How to run a java application as docker container
This post describes how to run a java application inside a docker container. I use a spring boot app with tomcat as an example but it would also work with other executable jar files. I use docker-compose for container configuration. With a new maven profile the application is build and deployed to be started as container.
Thanks! I’ve been searching for information on this topic, and your blog is the best I’ve come across. I’m looking…
Hi! I noticed you visited my site, so I'm returning the favor. I’m looking for ideas to improve my own…
good!!!