Last active
August 11, 2024 04:38
-
-
Save webgtx/22f8f02b7d019237c5eccabaee2883d3 to your computer and use it in GitHub Desktop.
System Container Unit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $HOME/.config/containers/systemd/alpinetop.container | |
[Unit] | |
Description=Alpine with a running top | |
after=local-fs.target | |
[Container] | |
Image=docker.io/alpine:3.16 | |
Exec=top | |
[Install] | |
WantedBy=mutli-user.target default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment