{% extends "netbox_docker_plugin/container-layout.html" %} {% load plugins %} {% block content %}
| 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 }} |
| Logging driver | {{ object.log_driver }} |