-
Notifications
You must be signed in to change notification settings - Fork 52
Docker image do not start #50
Comments
thanks for raising this issue, we will get this fixed. |
FYI - I am actually seeing this on nearly all of the docker images hosted on docker hub |
@chzhanpeng Can you validate this ? Also @samwiskow did you did you follow the instructions as in docker-instructions. |
I have faced the same error |
@rvema - I followed the instructions, but as they are incredibly generalized and quite sparse, I'm not sure if they are actually doing what I intend to do. Is there a more complete set of instructions/options/arguments that need to be passed in for each of the containers to be started correctly? For example, I'm running something like this command for the api container:
The container exits straight away with the logs:
But it's not really clear what arguments the container is expecting, or what is going wrong. I am having similar issues with all the containers I try OS: Windows |
Hello,
I try to use the docker image : https://registry.hub.docker.com/r/hygieiadoc/sonarcodequalitycollector.
But when I run it, it fail with : "no main manifest attribute, in sonar-codequality-collector-javadoc.jar" error.
(I build myself the image using the Dockerfile.build, and it works well)
P.S.: I'm not a java developer, so spring boot is not my cup of tea.
The text was updated successfully, but these errors were encountered: