Code Monkey home page Code Monkey logo

Comments (6)

wglambert avatar wglambert commented on August 16, 2024

Trying to resolve the container's hostname won't work from the host, their hostnames are only resolvable on an inter-container network. Also netcat requires a tcp/udp port, which you would have to open on the image if it's not already. ping might be more what you're looking for, or giving a docker exec command as it will wait until the container processes it.

You could also take a look at the healthcheck repo and make/find one for busybox

Since this isn't an error with the image you should ask the Docker Community Forums, the Docker Community Slack, or Stack Overflow. As these repositories are for issues with the image and not necessarily for questions of usability

from busybox.

dran-dev avatar dran-dev commented on August 16, 2024

@wglambert This is the command I used to check. This uses netcat from with in the inter-container network. BUSYBOX_IMG used is busybox:latest
docker run --name "my-container" --network "my-network" $BUSYBOX_IMG sh -c "nc -z my-other-container 9042"

The same command was working 3 days back. I believe there was an update recently.

from busybox.

wglambert avatar wglambert commented on August 16, 2024

I'm not able to reproduce your issue, you're not using the default bridge network are you? As that one doesn't do hostname resolution for containers

$ docker run --rm -dit --network=web -e MYSQL_ROOT_PASSWORD=root --name mysql mysql

$ docker run --rm --network=web busybox nc -zv mysql 3306
mysql (192.168.32.2:3306) open

from busybox.

yosifkit avatar yosifkit commented on August 16, 2024

The same command was working 3 days back. I believe there was an update recently

What was updated recently? busybox image, docker daemon, other service image, host kernel?

The busybox image on the Docker Hub has not been updated since docker-library/official-images#4929 (which was only a change away from rawgit). The previous change was a version bump: docker-library/official-images#4904, which corresponds to #53 and 515340e.

  • Does busybox:1.29.2 work correctly? If it does, then it is probably a bug from upstream (https://busybox.net).

from busybox.

dran-dev avatar dran-dev commented on August 16, 2024

@yosifkit I was referring to https://hub.docker.com/r/library/busybox/tags/

from busybox.

yosifkit avatar yosifkit commented on August 16, 2024

The "updated" tags (1.29-musl and 1.29.3-musl) are not latest and so would not have any effect if you are using busybox:latest. Besides, the digest for the 1.29-musl manifest list has not changed in a month:

Fresh pull:

$ docker pull busybox:1.29-musl
1.29-musl: Pulling from library/busybox
eba486cded61: Pull complete 
Digest: sha256:900af4a5c0bde80af6a87695ad209f0506dcb148179a3a217899fc4deb123f71
Status: Downloaded newer image for busybox:1.29-musl

Compared to the hash grabbed last month (https://github.com/docker-library/repo-info/blame/master/repos/busybox/remote/1.29.3-musl.md#L4):

$ docker pull busybox@sha256:900af4a5c0bde80af6a87695ad209f0506dcb148179a3a217899fc4deb123f71

So it seems to me that the Docker Hub scan date changed the "last updated" date for that image. I'll see if someone at docker can look as to why that happened (but it is unrelated to this issue). it was probably the server that pushes manifest lists getting an bad response and pushing an manifest identical to the already pushed manifest (which is why it has the same sha).

from busybox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.