- docker ps item parse
- parse issue in fish (shell)
- make.dart path
This commit is contained in:
Junyuan Feng
2022-04-29 11:59:27 +08:00
parent 9663e4174d
commit 9b7d33369a
6 changed files with 87 additions and 55 deletions

View File

@@ -66,7 +66,7 @@ class _DockerManagePageState extends State<DockerManagePage> {
Widget _buildMain() {
return Consumer<DockerProvider>(builder: (_, docker, __) {
final running = docker.running;
final running = docker.items;
if (docker.error != null && running == null) {
return Center(
child: Column(