Run a shell command inside.
`docker exec` runs a command INSIDE an already-running
container. Add `-it` for an interactive shell.
TASK
----
Run:
docker run -d --name web nginx
docker exec web hostname
Pass when the output contains a 12-character hex string (the container's
short ID, used as its hostname).
Sign in to save your code and track progress across devices.