|
|
|
|
|
by iso1631
8 days ago
|
|
== Docker == Docker provides a convenience script at https://get.docker.com/ to install Docker into development environments non-interactively. == Homebrew == /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/inst...)" Paste that in the macOS Terminal, a Linux shell or WSL. The script explains what it will do and then pauses before it does it. Read about other installation options. == k3s == K3s provides an installation script that is a convenient way to install it as a service on systemd or openrc based systems. This script is available at https://get.k3s.io. To install K3s using this method, just run: These scripts have lines like > abort "Need sudo access on macOS (e.g. the user ${USER} needs to be an Administrator)!" > # --- use sudo if we are not already root --- |
|