I launch a container in docker (using powershell) by running the first command however I have a couple other operations I need to do on start-up like connecting the gotenberg to a network.

The problem is - every time I launch gotenberg it has a different container name so I immediately need to rename it so I can copy paste the other operations.
Is it possible to launch the container with the name already specified in the docker run command so I don't have to constantly rename it to gotenberg?