I am using Docker and its docker-compose functionalities on Windows 10.
Right now when I run the command docker-compose up -d
to start some containers in the background, the containers started will be running even after rebooting my Docker-Host.
How can I prevent that? I just want them to start when I explicitly power them up.