-
Notifications
You must be signed in to change notification settings - Fork 12
docker run -it #3
Comments
Yes, this will work, you just need to override the entrypoint for the image: docker run -it --rm --entrypoint /bin/bash djenriquez/sherpa ^ will get you into the container with bash. Or if the container is already running: docker exec -it <CONTAINER ID> bash |
No, I meant when I'm using sherpa as DOCKER_HOST
|
|
@matti how are you running sherpa? The ability for sherpa to allow access depends on if you're running Can you post the run command you're using? Feel free to redact private information. |
^- above I said Anyhow, here's a way to repro:
|
I'm assuming that this is due to docker protocol where the |
interesting, ok cool. it'll be later in the day when I can look at this, but i'll definitely check it out |
I think the issue is here: https://docs.docker.com/engine/api/v1.26/#operation/ContainerAttach The logs start to stream and the stream is not handled, see:
|
Hmm, I see. I read through the docs and quite frankly I'm not sure how to implement a fix for this. Sherpa supports all of the RESTful commands that the API offers, but That being said, if you or anyone wants to dig into the project and submit PRs, please feel free. |
Any change to get that working?
The text was updated successfully, but these errors were encountered: