I'm new to using Docker and have pulled images and started containers through the terminal, but I'm facing an issue. When I open Docker on my desktop, I don't see any images or containers listed there. However, I've checked their URLs, and they seem to be working just fine. Any ideas on what's going wrong?
2 Answers
It sounds like you might have installed Docker in two different ways. If you installed both the Docker daemon and Docker Desktop separately, they could be running different daemon instances. Make sure to use the same environment. Also, when you run your YAML file, you should be able to use Docker Desktop to open a terminal and run `docker-compose up` to get things going. If the Desktop still doesn’t show anything, check the settings to ensure it’s pointing to the right Docker daemon.
Another possibility is that the configuration in Docker Desktop is set up incorrectly. You can usually check this in the preferences menu under 'Docker Engine' to see if there are any specific settings that need to be adjusted. And for your YAML file, make sure you're using the right command, like `docker-compose -f yourfile.yml up`, in your terminal.

Related Questions
Can't Load PhpMyadmin On After Server Update
Redirect www to non-www in Apache Conf
How To Check If Your SSL Cert Is SHA 1
Windows TrackPad Gestures