Run a WordPress container in detached mode with the name "mywordpress" using podman. Mount the “/home/wordpress/var/www/html/” directory in the host to the “/var/www/html” directory in the podman container. Ensure that the bind-mounted volume is private. Map TCP port 80 in the container to port 80 on the host.
On ServerB, write a shell script “sum.sh” in the root directory that takes an unspecified number of command-line arguments of ints and finds their sum. To add a number to the sum it must be greater than 0.