-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker daemon not accessible within Docker container ("Docker-in-Docker") on Bluefin DX #1982
Labels
bug
Something isn't working
Comments
I'm experiencing the same issue on Bluefin DX
EDIT:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
On my Bluefin DX install, I use the Docker-in-Docker feature in a VSCode devcontainer for my development environment. I have noticed that in a recent Bluefin update, the Docker daemon is no longer accessible within this devcontainer, thus I'm unable to use the Docker setup inside my development environment.
The error message I get within the devcontainer whenever running any sort of Docker command (such as
docker images
) is:What did you expect to happen?
Normally, I am able to use Docker commands within the devcontainer without issue.
Output of
bootc status
Output of
groups
Extra information or context
I ruled out all other things I can think of beforehand:
ujust dx-group
The only thing that has worked so far is rolling back Bluefin. In this case, I was originally on
ghcr.io/ublue-os/bluefin-dx:41-20241124.5
and it started working again when rolled back toghcr.io/ublue-os/bluefin-dx:41-20241120.2
, so I can only assume that perhaps some permission or configuration for Docker that's included in Bluefin DX within those 4 days is preventing it from being used inside a container context.The text was updated successfully, but these errors were encountered: