cp2k/tools/docker/spack_cache_stop.sh
Matthias Krack 107e9aed79 Use podman instead of docker
Rationale for this proposal: Docker is usually not provided on shared compute clusters, e.g. at HPC centres,
because docker runs a daemon with root privileges creating potential security vulnerability. By contrast,
podman is daemonless and more lightweight and is built on the same principles as Docker's API.
2025-05-21 16:25:59 +02:00

7 lines
79 B
Bash
Executable file

#!/bin/bash -e
# author: Ole Schuett
podman container stop spack-cache
#EOF