Managing individual containers

After you’ve added containers to a container host, you can rename a container, change the run state of each container individually, view details about each container, and delete containers.

The following commands are available for each container:

rename (Rename this container) – Change the name of this container.

unpause (Start/Unpause this container) – Start a container or resume this container.

pause (Pause this container) – Pause this container.

stop (Stop this container) – Gracefully stop this container

options (More options) – Shows a drop-down menu with additional options for this container:

restart (Restart) – Stop and re-run this container.

kill (Kill) – Abruptly force stop this container.

log (View log) – View the most recent entries to the log file for this container.

For more information about what information is logged, see docker logs.

delete (Delete) – Delete this container from the container host.

The container summary page

The container summary page displays detailed information about a container and provides controls to change the run state of the container.

summary

In addition to the run state commands, the following details are displayed for the container:

  • inspect (Inspect container) – View the docker inspect report for this container.
  • log (View log) – View the most recent entries to the log file for this container.
    • Choose the number of lines to view from the drop-down.

      For more information about what information is logged, see docker logs

  • ID – The full ID of the container.
  • Created – The date and time that the container was created.
  • Started At – The date and time that the container was last started.
  • Image – What image created the container.
  • Privileged – Whether this container runs in Privileged mode.
  • Command – Arguments fed to the ENTRYPOINT.
  • Entry Point – The command that is always executed when this container starts.
  • Labels – Docker metadata labels attached to this container.
  • Network - IP address – The IP address of this container.
  • Ports – Port bindings for this container.

    If you have mapped a host port to this container (see Port mapping), you can connect a Skytap published service (see Accessing VMs with published services) to this container.

  • Mounts – Filesystem mounts for this container.