-
Notifications
You must be signed in to change notification settings - Fork 489
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
can't ping use service name #541
Comments
@Yhit Don't know about your settings or the default settings, but how I run It, definitely works. I also switched from sudo su -
dnf install podman python3-pip netavark aardvark-dns As non-root user: pip3 install --user podman-compose After installation, if you would like to migrate all your containers to use Netavark, you must set podman info --format {{.Host.NetworkBackend}} # shows you the current setting
sudo vi /usr/share/containers/containers.conf # set network_backend = "netavark"
podman info --format {{.Host.NetworkBackend}}
podman network create newnetwork
podman network inspect podman # default podman network "dns_enabled": false
podman network inspect newnetwork # newly created network "dns_enabled": true
|
@leonidas-o |
docker-compose.yml:
podman-compose up -d:
but run
podman exec -it busybox ping db:
Sorry, my English is poor. I hope you can understand what I mean
The text was updated successfully, but these errors were encountered: