Now that we have everything in place to install Docksal, let’s do just that.
Docksal’s installer requires administrator access for some tasks to run. It adds commands to /usr/local/bin
, edits a few secured files, and performs mounts, which may all require an elevated level of access.
This runs Docker inside a Virtual Machine with VirtualBox.
If a notice appears to enable the Kernel extension, allow it
System Preferences > Security & Privacy
. If there is no notice, then it’s already enabled.
Install Docksal by opening a terminal and running
$ bash <(curl -fsSL https://get.docksal.io)
Install Docksal by opening a terminal and running
$ DOCKER_NATIVE=1 bash <(curl -fsSL https://get.docksal.io)
Ubuntu, Mint, Debian, Fedora, CentOS, and derivatives are all supported. Check get.docker.com to see if you can install Docker.
Install Docksal by opening a terminal and running
$ DOCKER_NATIVE=1 bash <(curl -fsSL https://get.docksal.io)