Dockerfile can’t build app with Maven – No goals specified for this build
I’m developing a Spring Boot app with several data services, but I’m struggling to get it working as a containerized
Continue readingDocker questions and answers
I’m developing a Spring Boot app with several data services, but I’m struggling to get it working as a containerized
Continue readingwe try to setup a videostreamig service in java. our applications runs in a docker container on openshift. therefore we
Continue readingExplanation: Hello, so I have been stuck with this issue for over a day. My goal is to create a
Continue readingI am new to docker and have a question for which i am not able to find an answer. I
Continue readingI want to copy maven project from my dekstop to maven container and compile it in container I run the
Continue readingThis question isn’t about errors but rather to gain understanding. So I’ve a spring boot project that will generate a
Continue readingI’m trying to use a docker image with maven to build my sources. The project needs a dependency which is
Continue readingmodule Java Project which looks something like this root – module1 – src – target – pom.xml – module2 –
Continue readingI have simple Maven based app with Sikuli, Selenium and JUnit. In assumption this app should be triggered by continous
Continue readingI’m installing a personal runner for my projects. sudo docker run –rm -v /srv/gitlab-runner/config:/etc/gitlab-runner gitlab/gitlab-runner register –non-interactive –executor "docker" –docker-image
Continue reading