mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
new: settings of containerTrySudo usePodman
This commit is contained in:
@@ -48,7 +48,7 @@ Future<void> _setupLocatorForStores() async {
|
||||
await snippet.init();
|
||||
locator.registerSingleton(snippet);
|
||||
|
||||
final docker = DockerStore();
|
||||
final docker = ContainerStore();
|
||||
await docker.init();
|
||||
locator.registerSingleton(docker);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user