+8
nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+8
nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
···+<link xlink:href="options.html#opt-virtualisation.docker.rootless.enable">virtualisation.docker.rootless.enable</link>.<link xlink:href="https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-overview.html">filebeat</link>,
+1
nixos/doc/manual/release-notes/rl-2205.section.md
+1
nixos/doc/manual/release-notes/rl-2205.section.md
···- [aesmd](https://github.com/intel/linux-sgx#install-the-intelr-sgx-psw), the Intel SGX Architectural Enclave Service Manager. Available as [services.aesmd](#opt-services.aesmd.enable).+- [rootless Docker](https://docs.docker.com/engine/security/rootless/), a `systemd --user` Docker service which runs without root permissions. Available as [virtualisation.docker.rootless.enable](options.html#opt-virtualisation.docker.rootless.enable).- [filebeat](https://www.elastic.co/guide/en/beats/filebeat/current/filebeat-overview.html), a lightweight shipper for forwarding and centralizing log data. Available as [services.filebeat](#opt-services.filebeat.enable).
+1
nixos/modules/module-list.nix
+1
nixos/modules/module-list.nix
+98
nixos/modules/virtualisation/docker-rootless.nix
+98
nixos/modules/virtualisation/docker-rootless.nix
···
+1
nixos/tests/all-tests.nix
+1
nixos/tests/all-tests.nix
···
+41
nixos/tests/docker-rootless.nix
+41
nixos/tests/docker-rootless.nix
···+"${sudo} docker run -d --name=sleeping -v /nix/store:/nix/store -v /run/current-system/sw/bin:/bin scratchimg /bin/sleep 10"