The `<port>` parameter can be used to forward port `<port>` on the localhost to port `22` on the container. This can be used by ssh clients to access the container through a network. \
The `<mount>` parameter can be used to mount a local directory to the container directory `/shared`.
The `<image>` is the image of the container that we want to run.