configurable bind mount, for docker-compose support#8
configurable bind mount, for docker-compose support#8aripringle wants to merge 1 commit intouber-common:masterfrom
Conversation
|
@aripringle I'm trying your solution but I keep getting an error when I try to run my container with docker-compose. my docker-compose.yml looks like this: Can you give me a hand? |
|
@hecbuma Two things should need to happen here:
After doing these two steps (presuming you're using the changes from this PR), you should find a Hope that helps! |
|
@aripringle ok I was in the wrong branch 🙃 now I switched to Now I'm trying to bring up my container with docker-compose and for a test, I'm trying to ssh into GitHub just to confirm the agent is being forwarded but I keep getting permission denied Do you have another way to confirm is it working? |
|
@aripringle ok nevermind I was doing it wrong trying to use the volume and the socket on the build. I remove that from my Dockerfile and let the container build, after that I tried to ssh to GitHub and worked. Thanks! |
No description provided.