-
Notifications
You must be signed in to change notification settings - Fork 1
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
podman actually did add docker-compose support recently #11
Comments
Thanks for the great feedback! You're totally right about the built-in Docker Compose support in version 3.0 and the fact I left out SELinux. I hope you can get those volume mounts working. I look forward to your blog post and I'll check that out. Out of curiosity, are you planning on converting your Docker Compose files to the Kubernetes format? |
No problem! Glad I can let someone else know how good their content is 😁
This is awesome! I am so glad to know that. Hugo was actually someone I had been toying around with recently, so that is awesome to know 😁 I will definitely check that out 🙂
Ya, that could definitely be misleading, since they mention the
very cool, glad I could contribute 😁
ya, that is what I had figured since you linked to the podman install on ubuntu in some of your posts. It was my first time using Fedora in a serious fashion, and the SELinux thing (while a pain sometimes) was easier to at least identify it was preventing me when I figured out about
I actually misspoke 😓 , it wasn't an issue with volume mounts but with bind mounts in my user's home directory. The way I got around it was just using a volume mount instead though, and that worked 🙂 . So, while I don't have the ease of just cp'ing something into my home user's directory I can still run
Definitely! I will post the link back to it here when I finish it 🙂
So, actually no lol. I was going to mention this in the comment before, but forgot. I found your blog because of this post, and then I saw the k8s post linked in the original auto update podman post and the article sounded intriguing to me 😁 . I also love that you link to different articles you use/people can get more info at! i.e. https://www.jwillikers.com/translate-docker-compose-to-kubernetes-with-podman.html#see_also & https://www.jwillikers.com/automatically-update-podman-containers#see_also |
Hello! 🙂
First off, awesome blog! 😁 Whenever I get more time I will probably want to setup a similar arrangement. I also love that you write in asciidoc! You are one of the first people that I have seen writing in asciidoc/docter for their blog posts, I don't get to very much anymore but I want to write in it more 😁 . So, it is awesome to know that jekyll supports asciidoc 😁
I just wanted to let you know, with reference to this post, that podman actually has added docker-compose support in their "development" release ( 3.0 ) which is available on Fedora 33. The only reason why I know that is I am getting ready to write an article on my blog about me migrating my blog using podman with docker-compose files. There are still some quirks w/SELinux and volume mounts, but if you are alright with not having that for now or giving the proper access for SELinux ( I don't have that knowledge ) then it does work 🙂
Keep up the awesome content and I just added your blog to my RSS reader, so I look forward to seeing more 😁
The text was updated successfully, but these errors were encountered: