install & setup podman-compose
This commit is contained in:
parent
89ed743725
commit
571640bf25
1 changed files with 3 additions and 0 deletions
|
|
@ -217,6 +217,7 @@ in {
|
|||
# for screen sharing
|
||||
xdg-desktop-portal
|
||||
kdePackages.xdg-desktop-portal-kde
|
||||
podman-compose
|
||||
];
|
||||
|
||||
# set user environment variables
|
||||
|
|
@ -305,6 +306,8 @@ in {
|
|||
# create alias mapping docker to podman
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
# Required for containers under podman-compose to be able to talk to each other.
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
|
||||
# enable VAAPI and intel QSV
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue