{% extends "netbox_docker_plugin/container-layout.html" %} {% load plugins %} {% block content %}
CONTAINER
Host {{ object.host }}
Image {{ object.image }}
Name {{ object.name }}
ContainerID {{ object.ContainerID|placeholder }}
Hostname {{ object.hostname|placeholder }}
State {{ object.get_state_display }}
Restart Policy {{ object.get_restart_policy_display }}
Host Capacities added {{ object.cap_add }}
Status {{ object.status|placeholder }}
Operation {{ object.get_operation_display }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
LABELS
{% if perms.netbox_docker_plugin.add_env %} {% endif %}

Runtime

ENVIRONMENT VARIABLES
{% if perms.netbox_docker_plugin.add_env %} {% endif %}

Networking

PORT MAPPINGS
{% if perms.netbox_docker_plugin.add_env %} {% endif %}
NETWORK SETTINGS
{% if perms.netbox_docker_plugin.add_network_setting %} {% endif %}

Storage

MOUNTS
{% if perms.netbox_docker_plugin.add_env %} {% endif %}
BINDS
{% if perms.netbox_docker_plugin.add_env %} {% endif %}
{% endblock content %}