Podman: Difference between revisions

imported>Das-g
remove (presumably unintended) double negation (keep single negation instead)
imported>Aidalgol
m Add notes about getting podman-compose DNS working
Line 12: Line 12:
       # Create a `docker` alias for podman, to use it as a drop-in replacement
       # Create a `docker` alias for podman, to use it as a drop-in replacement
       dockerCompat = true;
       dockerCompat = true;
      # Required for containers under podman-compose to be able to talk to each other.
      defaultNetwork.dnsname.enable = true;
     };
     };
   };
   };
}
}
</syntaxHighlight>
</syntaxHighlight>
=== podman-compose ===
<code>podman-compose</code> is a drop-in replacement for <code>docker-compose</code>


=== Using podman with ZFS ===
=== Using podman with ZFS ===