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
  • SonarLint - Clean code begins in your IDE with SonarLint
  • InfluxDB - Access the most powerful time series database as a service
  • 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

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

  • 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