I'm having trouble setting the hostname on a running docker container. I'm also having trouble understanding how to specify hostname after the image is started.
I started a container from an image I downloaded:
sudo docker run -p 8080:80 -p 2222:22 oskarhane/docker-wordpress-nginx-ss
But I forgot to specify hostname through -h
; how can I specify the hostname now that the container is running?