First, find the Docker container ID. Issue this:
docker ps -l
The results of the above command should provide the container ID. Next issue this:
docker inspect <containerID>
For greater detail, see this posting.
A Technical I.T./DevOps Blog
First, find the Docker container ID. Issue this:
docker ps -l
The results of the above command should provide the container ID. Next issue this:
docker inspect <containerID>
For greater detail, see this posting.