mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-21 14:35:15 -04:00
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.
7 lines
79 B
Bash
Executable file
7 lines
79 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
# author: Ole Schuett
|
|
|
|
podman container stop spack-cache
|
|
|
|
#EOF
|