meaning | Start a new container from a specified image | Detached mode — run the container in the background | Automatically remove the container after it exits | Mount the local file 'test.txt' from the current directory into the container at path '/test.txt' | Use the 'busybox' container image (a minimal Linux environment) | Run the 'cat' command inside the container to print the contents of '/test.txt' |