The listed files are shell scripts designed to verify specific commands and operations related to Docker and HDFS (Hadoop Distributed File System). Here’s a brief overview of their purposes:
-
verify1-1.sh: Checks if storage policies in HDFS are listed by searching the command history for the relevant command.
-
verify2-1.sh: Verifies if the public-facing ports of a Docker container named "my-nginx" are listed by searching the command history.
-
verify1-1.sh: (Duplicate name, likely an error) This script checks the command history for Docker images that have been listed.
-
verify1-2.sh: Verifies if Docker images with the latest tag are listed in the command history.
-
verify1-3.sh: Checks if Docker images created at the latest sort are listed according to specific requirements in the command history.
These scripts are primarily used for auditing and verifying the execution of Docker and HDFS commands.
