You can use Podman instead of Docker as a container engine. Docker Compose needs to be installed as we don't support Podman Compose yet.
Make sure you have installed and started Podman and Docker Compose, then follow these steps:
- Link
podmancommand asdockercommand:ln -s $(which podman) /usr/local/bin/docker - Edit
~/.docker/config.jsonby changing thecredsStoretocredStore, it should look like this:{ "credStore": "desktop" } - If not on Linux, ssh into the Podman Machine:
podman machine ssh - Edit the
delegate.conffile:By addingsudo vi /etc/systemd/system/user@.service.d/delegate.confcpusetto theDelegateline, it should look like this:[Service] Delegate=memory pids cpu cpuset io - Restart the Podman Machine
podman machine stop podman machine start