Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1eed382172 |
@@ -28,5 +28,5 @@ podman image rm slim-alpine
|
|||||||
|
|
||||||
## Kernel
|
## Kernel
|
||||||
|
|
||||||
slim boots VMs using a shared kernel at `$XDG_DATA_HOME/slim-rs/registry/vmlinuz`.
|
slim boots VMs using a shared kernel at `$XDG_DATA_HOME/slim-rs/vmlinuz`.
|
||||||
Place a suitable x86 bzImage there before running `slim run`.
|
Place a suitable x86 bzImage there before running `slim run`.
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Test script for slim - boots containers and verifies CMD inference/override.
|
# Test script for slim - boots containers and verifies CMD inference/override.
|
||||||
# Requires: podman, qemu-system-x86_64, KVM, curl, and a kernel at
|
# Requires: podman, qemu-system-x86_64, KVM, curl, and a kernel at
|
||||||
# $XDG_DATA_HOME/slim-rs/registry/vmlinuz.
|
# $XDG_DATA_HOME/slim-rs/vmlinuz.
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||||
|
|||||||
Reference in New Issue
Block a user