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.

Powershell launch command for gotenberg

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?

1 Reply 1

add parameter like --name my-gotenberg

docker run --name my-gotenberg --rm -p 3000:3000 gotenberg/gotenberg:8

Your Reply

By clicking “Post Your Reply”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.