{% extends "layout.html" %} {% block body %}

Dashboard » {{ client_name }} » Volumes

Prune Unused Volumes {% for volume in volumes %} {% else %} {% endfor %}
DRIVER LABELS MOUNTPOINT NAME OPTIONS SCOPE
{{ volume.attrs['Driver'] }} {{ volume.attrs['Labels'] }} {{ volume.attrs['Mountpoint'] }} {{ volume.attrs['Name'] }} {{ volume.attrs['Options'] }} {{ volume.attrs['Scope'] }}
no images
{% endblock %}