question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

no docker container created for hello-world

See original GitHub issue

If you try to run the hello-world sample with mvn clean install k8s:build k8s:resource k8s:apply the pod’s status will show helloworld-5f9d89f5c4-npjz9 0/1 ImagePullBackOff 0 17h as there is no docker image in the repository. The log says: Error from server (BadRequest): container "hello-world" in pod "helloworld-5f9d89f5c4-npjz9" is waiting to start: trying and failing to pull image. pom.txt

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
codezorkcommented, Apr 15, 2020

LOL - why not? What about ISTIO? Do you have plans?

1reaction
codezorkcommented, Apr 15, 2020

PR done

Read more comments on GitHub >

github_iconTop Results From Across the Web

hello-world - Official Image - Docker Hub
The Docker daemon pulled the "hello-world" image from the Docker Hub. (amd64) 3. The Docker daemon created a new container from that image...
Read more >
Docker Can Not Run Hello-World! · Issue #3301 - GitHub
I just install the docker. and when I tried to run the hello world. Steps to reproduce the issue: docker run hello-world. Describe...
Read more >
Docker hello-world container not visible with docker ps ...
Open up a new terminal window and run the command docker events , then keep watching what happens when you run docker run...
Read more >
How to install Docker and Hello World - YouTube
Welcome to the video where we will talk about docker installation. We are going to install Docker on a computer and will run...
Read more >
Demonstrating Hello World Example | dockerlabs
The argument hello-world is the name of the image someone created on dockerhub for us. It will first search for “hello-world” image locally...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found