pple:bash_completion.d rslee$ podman machine init
Downloading VM image: fedora-coreos-38.20230918.2.0-qemu.aarch64.qcow2.xz: done
Extracting compressed file: podman-machine-default_fedora-coreos-38.20230918.2.0-qemu.aarch64.qcow2: done
Image resized.
Machine init complete
To start your machine run:
podman machine start
pple:bash_completion.d rslee$ podman machine start
Starting machine "podman-machine-default"
Waiting for VM ...
Mounting volume... /Users:/Users
Mounting volume... /private:/private
Mounting volume... /var/folders:/var/folders
This machine is currently configured in rootless mode. If your containers
require root permissions (e.g. ports < 1024), or if you run into compatibility
issues with non-podman clients, you can switch using the following command:
podman machine set --rootful
API forwarding listening on: /Users/rslee/.local/share/containers/podman/machine/qemu/podman.sock
The system helper service is not installed; the default Docker API socket
address can't be used by podman. If you would like to install it run the\nfollowing commands:
sudo /opt/homebrew/Cellar/podman/4.7.0/bin/podman-mac-helper install
podman machine stop/opt/homebrew/Cellar/podman/4.7.0/bin/podman-mac-helper; podman machine start/opt/homebrew/Cellar/podman/4.7.0/bin/podman-mac-helper
You can still connect Docker API clients by setting DOCKER_HOST using the
following command in your terminal session:
export DOCKER_HOST='unix:///Users/rslee/.local/share/containers/podman/machine/qemu/podman.sock'
Machine "podman-machine-default" started successfully
Error: the 'noswap' option is only allowed with rootful tmpfs mounts: must provide an argument for option
https://www.redhat.com/sysadmin/replace-docker-podman-macos
docker run --name some-mysql -v /my/own/datadir:/var/lib/mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:tag
/var/lib/mysql show tmpfs
if it really fast