Update A Docker Container
To update a container it needs to pull the latest image. Docker container are immutable.
Follow steps:
1. Stop container
3. Pull the new image with docker compose
4. Run the updated container
5. Remove old containers (optional)
That's all...
----------
----------
© DarknessCode - LinuxSucks