Sandy

Results 6 comments of Sandy

We have also bumped into this, is there a timeline for this feature to be added?

> Heh, on the side, I personally maintain 2-3 separate Debian-based Docker-in-Docker images for my own purposes, but each of them pulls from a different source of very specific Docker...

> If you ask `docker compose` to `build:` an image for you from a `Dockerfile`, yes 😅 Haha sorry I should have clarified the question: I'm trying to set up...

> I see! Thank you! I have this working now. With dockerfile: ``` FROM ubuntu:latest RUN apt-get update -y && apt-get upgrade -y COPY --from=docker:dind /usr/local/bin /usr/local/bin COPY --from=docker:dind /usr/libexec/docker/cli-plugins...

I also have bumped into this, is there a timeline for this issue to be resolved? :)

I found a perhaps janky work around: Basically its not that SSH doesnt work if the user hasnt logged in locally first, its that the user account hadnt been created...