mbrylevskii no, it should not be inserted in PKGBUILD, this problem occurs because you have a container with dependencies and when stopping the dependency of mine here the problem does not occur. See about this in an article I have here:
Docker containers are started and stopped according to user-defined dependencies, or in arbitrary order if no dependencies are defined. For example, a client application container may be defined as dependent on a database container, to prevent the client application from attempting to connect to an unready database during pod startup, the client container is started after the database container has been started and is determined to be ready. During pod shutdown, the client container is stopped before the database container is stopped, to prevent loss of connection.
Pinned Comments
xeeynamo commented on 2025-03-05 15:04 (UTC)
Bump to 4.39.0
New:
docker desktop logs
command.--platform
flag on docker load anddocker save
. This helps you import and export a subset of multi-platform images.Upgrades:
Bugfixes and enhancements:
docker history
For Linux: