To start up our
random_matrix Docker container, we can execute the command
docker run -d -it --name random_matrix --mount type=bind,source="$(pwd)",target=/data random_matrix:latest
Then, to run the
random_matrix program in the container, we can run
docker exec -it -w /data random_matrix random_matrix 30 40