Software Secure Access
Activity Manage

Get the Version of the Docker Container Image

  1. Log into the host machine with a user account that has sudo access.
  2. Run the Docker ps command to list the running Docker containers and format the output with the value of .Image.
sudo docker ps --format '{{.Image}}'