Skip to content

Instantly share code, notes, and snippets.

@webgtx
Last active August 11, 2024 04:38
Show Gist options
  • Save webgtx/22f8f02b7d019237c5eccabaee2883d3 to your computer and use it in GitHub Desktop.
Save webgtx/22f8f02b7d019237c5eccabaee2883d3 to your computer and use it in GitHub Desktop.
System Container Unit
# $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