I'm new to docker.Most of the tutorials on docker cover the same thing.I'm afraid I'm just ending up with piles of questions,and no answers really. I've come here after my fair share of Googling, kindly help me out with these basic questions.
docker
cli gets executed on your local machine and containers.docker exec -it <container name> /bin/bash
for that you will need to have the container running. Check running containers with docker ps
docker images
Let me know if it was helpful and if you need any futher information.