- auto get user id for rootless docker
This commit is contained in:
Junyuan Feng
2022-06-05 11:20:35 +08:00
parent 57ecdddc76
commit 06302d7162
5 changed files with 28 additions and 19 deletions

View File

@@ -52,7 +52,7 @@ class _DockerManagePageState extends State<DockerManagePage> {
Navigator.of(context).pop();
return;
}
_docker.init(client);
_docker.init(client, widget.spi.user);
}
@override