You can deploy this and there will be a web UI page. It can be used to manage many operations, such as starting, stopping, and deleting containers. Mirror download. Monitor the running status of containers.
What Docker advocates is that it can be deleted immediately after use. Since Docker can create, start, stop, and delete in seconds, it can be easily created when used and deleted when not used.
It is recommended to use the docker management platform and use tags to mark the container functions. This will make it easier for you to handle when you have more containers.
https://github.com/shipyard/s...
You can deploy this and there will be a web UI page. It can be used to manage many operations, such as starting, stopping, and deleting containers. Mirror download. Monitor the running status of containers.
What Docker advocates is that it can be deleted immediately after use. Since Docker can create, start, stop, and delete in seconds, it can be easily created when used and deleted when not used.
I have only a few open containers, including Jekyll, Mongo, Redis, etc., which are commonly used in daily development.
It is recommended to use the docker management platform and use tags to mark the container functions. This will make it easier for you to handle when you have more containers.
You can use the container management platform provided by some cloud service companies. Some are free. It is best to use --name when running.