Skip to content

Can't find logs of java container #7264

Closed Answered by agilgur5
naveenc asked this question in Q&A
Discussion options

You must be logged in to vote
        image: docker-java:1.0
        command: [sh, -c]
        args: ["date; sleep 9"]

You're not running your jar or java at all in your command, so the container is not running your program to begin with. That's pure Docker, not k8s or Argo specific.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by agilgur5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
type/support User support issue - likely not a bug
2 participants