Change url on container

can i change the url on running container ?
l
docker run -d --name ghost -e url=http://foo.bar

getting this error now

docker: Error response from daemon: Conflict. The container name “/ghost” is already in use by container "e8f2f9f748a63f4181ba3f7020ff

this worked

1 Like