Podman Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
The started virtual machine mounts as volume the home directory of the user that starts it. There's also an API server listening on <code>$HOME/.local/share/containers/podman/machine/podman-machine-default/podman.sock</code>. | The started virtual machine mounts as volume the home directory of the user that starts it. There's also an API server listening on <code>$HOME/.local/share/containers/podman/machine/podman-machine-default/podman.sock</code>. | ||
==Virtual Machine Operations== | |||
* [[Podman_Operations#Podman_Virtual_Machine_Initialization|Initialize a virtual machine]]. | |||
* Start a virtual machine | |||
* Stop a virtual machine | |||
* Remove a virtual machine | |||
* Display virtual machine information | |||
* Inspect a virtual machine | |||
* List virtual machines | |||
* Configure a virtual machine | |||
* ssh into a virtual machine | |||
=Containerfile= | =Containerfile= |
Revision as of 05:14, 4 May 2023
Internal
Podman Virtual Machine
Podman on MacOS or Windows requires a virtual machine. This is because containers must run with a Linux kernel, and the podman virtual machine provides that Linux kernel on Mac. If it does not exist, the virtual machine must be initialized, then started.
The started virtual machine mounts as volume the home directory of the user that starts it. There's also an API server listening on $HOME/.local/share/containers/podman/machine/podman-machine-default/podman.sock
.
Virtual Machine Operations
- Initialize a virtual machine.
- Start a virtual machine
- Stop a virtual machine
- Remove a virtual machine
- Display virtual machine information
- Inspect a virtual machine
- List virtual machines
- Configure a virtual machine
- ssh into a virtual machine
Containerfile
Also see:
Build Context
Also see:
Rootless Mode
The mode in which the podman Virtual Machine runs where containers are not allowed root permissions.