docker rootless
This commit is contained in:
parent
4eaa6c05e8
commit
d8065d3245
1 changed files with 4 additions and 2 deletions
|
|
@ -10,7 +10,10 @@
|
|||
};
|
||||
spiceUSBRedirection.enable = true;
|
||||
docker = {
|
||||
enable = true;
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
# Use journald for logging for better integration with system logs
|
||||
extraOptions = "--log-driver=journald";
|
||||
# Optional: configure daemon settings as needed (e.g., registry mirrors, storage drivers)
|
||||
|
|
@ -32,7 +35,6 @@
|
|||
win-spice
|
||||
# quickemu
|
||||
spicy
|
||||
docker-compose
|
||||
];
|
||||
|
||||
environment.sessionVariables.LIBVIRT_DEFAULT_URI = [ "qemu:///system" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue