Set oci-backend to docker
This can be used to start containers declaratively. Use docker when it is enabled for this.
This commit is contained in:
parent
3c17de5929
commit
739b50349c
1 changed files with 5 additions and 2 deletions
|
@ -4,8 +4,11 @@
|
|||
...
|
||||
}: {
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
virtualisation = {
|
||||
docker = {
|
||||
enable = true;
|
||||
};
|
||||
oci-containers.backend = "docker";
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue