For the complete documentation index, see llms.txt. This page is also available as Markdown.

Install Docker

📘 Recommendation

For Docker installation, refer to the official documentation.

OS

Ubuntu

1. Prerequisites

sudo apt-get update

sudo apt-get install \
					 apt-transport-https \
			     ca-certificates \
			     curl \
			     gnupg-agent \
			     software-properties-common

2. Add apt-key

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

3. Install Docker

4. Add User

After adding the user, reconnect to the terminal.

Last updated