An alternative Docker installation with Multipass on macOS without using Docker for Mac

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • multipass

    Multipass orchestrates virtual Ubuntu instances

  • Multipass is a project made available by Canonical1 also develops and publish the Ubuntu2 Linux distribution. So install it either from the website or via homebrew. If you don’t have the Docker CLI yet, install it too

  • docker-install

    Docker installation script

  • --- users: - name: ubuntu sudo: ALL=(ALL) NOPASSWD:ALL ssh-authorized-keys: - ssh-rsa AAAAB3... package_update: true packages: - docker.io - avahi-daemon - apt-transport-https - ca-certificates - curl - gnupg - lsb-release runcmd: - sudo curl -fsSL https://get.docker.com | sudo bash - sudo systemctl enable docker - sudo systemctl enable -s HUP ssh - sudo groupadd docker - sudo usermod -aG docker ubuntu

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • HomeBrew

    🍺 The missing package manager for macOS (or Linux)

  • Multipass is a project made available by Canonical1 also develops and publish the Ubuntu2 Linux distribution. So install it either from the website or via homebrew. If you don’t have the Docker CLI yet, install it too

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts