Comments on Install and Use Docker Compose on CentOS 8
Docker Compose is a tool that can be used to define and run multiple containers as a single service. In this tutorial, we will show you how to install and use Docker Compose in CentOS 8.
1 Comment(s)
Add comment
Comments
By: Frank
well done. Thank you so much for the article. If you want to use docker-compose on CentOS 8 in combination with firewalld you'll run into troubles because there has been a switch to nftables. With no further steps you wouldn't be able to reach your docker container from a client. I found this link which helped me out in that scenario:https://serverfault.com/questions/987686/no-network-connectivity-to-from-docker-ce-container-on-centos-8Cheers, Frank