After authentication has succeeded and the ping process has started, using the Python Docker client (that has already been installed), start a Docker container with the Busybox image (https://hub.docker.com/_/busybox/) and run echo Hello world! on it.
After authentication has succeeded and the ping process has started, using the Python Docker client (that has already been installed), start a Docker container with the Busybox image (https://hub.docker.com/_/busybox/) and run
echo Hello world!
on it.