https://github.com/teohhanhui/asahi-krun-container
https://github.com/teohhanhui/asahi-krun-container
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/teohhanhui/asahi-krun-container
- Owner: teohhanhui
- Created: 2024-04-21T14:40:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-21T16:29:30.000Z (about 1 year ago)
- Last Synced: 2025-01-22T05:19:15.209Z (4 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Container image for asahi-krun
## Build
buildah build -f Dockerfile -t asahi-krun .
## Create
buildah unshare
krunvm create --cpus 6 --mem 6144 --name asahi-krun asahi-krun## Run
buildah unshare
krunvm start asahi-krun## Run as root user
buildah unshare
krunvm start asahi-krun entrypoint.sh -- bash## Run command as steam user
buildah unshare -- krunvm start asahi-krun entrypoint.sh -- entrypoint-user.sh glmark2 -b terrain:duration=20 --annotate