-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[macOS] Running podman with docker-compose #11389
Comments
Setting DOCKER_HOST should work |
but setting it to what? The output of the In testing, I saw it was Trying |
Can you paste the output of |
Sure
|
Is the |
1000 is the user so it does not change. I just tried this and it looks like you cannot set ssh with the path only |
Doing that gets past the error, but then I run into key related issues
Is this expected? |
I don't think this is expected. |
is that the correct ssh key? |
Yes @baude. In my ssh config, I've tried adding
The above key is what's referenced in the output of |
add the key to the keychain (i.e. ssh add ~/.ssh/podman-machine-default). this worked for me. i then threw docker-compose on and it connects ... but ... it wont work because the underlying image has moby on it. i would need to mess with it to see if i can make that work. |
cc @rhatdan see previous comment...we need to push for that slimmer fcos |
#11397 has more discussion on this topic |
I also tried the
|
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
@baude any progress? |
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
A friendly reminder that this issue had no activity for 30 days. |
/kind bug
Description
What is the expected method to use docker-compose on macOS? I see examples of running it on linux, or even linux with a remote host. However the
podman-docker
package isn't available for macOS to handle creating the right symlinks.I assume I can't just symlink the local
/var/docker/docker.sock
or setDOCKER_HOST
and it just work?Steps to reproduce the issue:
install podman
Install docker-compose
try running docker-compose up on a compose file
Describe the results you received:
Connection aborted error from compose, due to the socket connection issues
Describe the results you expected:
Ideally, compose to 'just work'
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (homebrew):
Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/master/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
macOS, no virtualbox etc
The text was updated successfully, but these errors were encountered: