+ {{ countItem.containerCount }}
+
+
+ {{ $t('commons.table.all') }} * {{ countItem.all }}
+
+
+ {{ $t('commons.status.running') }} * {{ countItem.running }}
+
+
+ {{ $t('commons.status.created') }} * {{ countItem.created }}
+
+
+ {{ $t('commons.status.paused') }} * {{ countItem.paused }}
+
+
+ {{ $t('commons.status.restarting') }} * {{ countItem.restarting }}
+
+
+ {{ $t('commons.status.removing') }} * {{ countItem.removing }}
+
+
+ {{ $t('commons.status.exited') }} * {{ countItem.exited }}
+
+
+ {{ $t('commons.status.dead') }} * {{ countItem.dead }}
+
+
+
+