Skip to content

Commit 0dbfb31

Browse files
committed
First draft of podman-bootc(1)
Signed-off-by: Martin Skøtt <[email protected]>
1 parent 96bfc8f commit 0dbfb31

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
% podman-bootc(1)
2+
3+
## NAME
4+
podman-bootc - Run bootable containers as a virtual machine
5+
6+
## SYNOPSIS
7+
**podman-bootc** [*options*] *command*
8+
9+
## DESCRIPTION
10+
**podman-bootc** is a tool to streamline the local development cycle when working with bootable containers.
11+
It makes it easy to run a local bootc image and get shell access to it without first setting up a virtual machine.
12+
13+
podman-bootc requires a rootful podman machine to be running before running a bootable container.
14+
A machine can be set up using e.g. `podman machine init --rootful --now`.
15+
See `podman-machine(1)` for details.
16+
17+
**podman-bootc [GLOBAL OPTIONS]**
18+
19+
## GLOBAL OPTIONS
20+
21+
#### **--help**, **-h**
22+
23+
Print usage statement
24+
25+
#### **--log-level**=*level*
26+
27+
Log messages at and above specified level: __debug__, __info__, __warn__, __error__, __fatal__ or __panic__ (default: _warn_)
28+
29+
## COMMANDS
30+
31+
| Command | Description |
32+
|------------------------------------------------------------|------------------------------------------------------------|
33+
| [podman-bootc-completion(1)](podman-bootc-completion.1.md) | Generate the autocompletion script for the specified shell |
34+
| [podman-bootc-images(1)](podman-bootc-images.1.md) | List bootc images in the local containers store |
35+
| [podman-bootc-list(1)](podman-bootc-list.1.md) | List installed OS Containers |
36+
| [podman-bootc-rm(1)](podman-bootc-rm.1.md) | Remove installed bootc VMs |
37+
| [podman-bootc-run(1)](podman-bootc-run.1.md) | Run a bootc container as a VM |
38+
| [podman-bootc-ssh(1)](podman-bootc-ssh.1.md) | SSH into an existing OS Container machine |
39+
| [podman-bootc-stop(1)](podman-bootc-stop.1.md) | Stop an existing OS Container machine |
40+
41+
## SEE ALSO
42+
**[podman-machine(1)](https://github.com/containers/podman/blob/main/docs/source/markdown/podman-machine.1.md)**
43+
44+
## HISTORY
45+
Dec, 2024, Originally compiled by Martin Skøtt <[email protected]>

0 commit comments

Comments
 (0)