Docker icon
<%:Containers%>
<%- if self.containers_total ~= "-" then -%>
<%- end -%>
<%=self.containers_running%>
/<%=self.containers_total%>
<%- if self.containers_total ~= "-" then -%>
<%- end -%>
<%:Images%>
<%- if self.images_total ~= "-" then -%>
<%- end -%>
<%=self.images_used%>
/<%=self.images_total%>
<%- if self.images_total ~= "-" then -%>
<%- end -%>
<%:Networks%>
<%- if self.networks_total ~= "-" then -%>
<%- end -%>
<%=self.networks_total%>
<%- if self.networks_total ~= "-" then -%>
<%- end -%>
<%:Volumes%>
<%- if self.volumes_total ~= "-" then -%>
<%- end -%>
<%=self.volumes_total%>
<%- if self.volumes_total ~= "-" then -%>
<%- end -%>