Atoma Docs
  • Developers
  • Introduction
    • Atoma Basics
    • Compute Layer
    • Trust and Privacy
  • Developers
    • Atoma architecture overview
    • Atoma smart contract
      • Atoma architecture
      • Interact with the Atoma smart contract
      • Current available tasks on Atoma
  • Node Operators
    • Atoma node
      • Install Sui cli
      • Install CUDA
      • Install docker
      • Firewall permissions
      • HuggingFace authentication
      • Atoma node deployment
      • Atoma node daemon
        • Node subscriptions
        • Task Management
        • Stack operations
        • Attestation/Dispute management
        • Claimed Stacks management
        • Submit new node registration transaction
        • Task subscriptions
        • Submit Stack settlements and attestations
        • Claim Stacks
Powered by GitBook
On this page
  1. Node Operators
  2. Atoma node

Install docker

Installation guide for docker

PreviousInstall CUDANextFirewall permissions

Last updated 6 months ago

You can install docker by visiting the official documentation:

Once you have docker installed, you might need to set up a running docker daemon instance, as follows:

  1. Check if you have a docker daemon instance running in the background:

systemctl status docker
sudo service docker status
sudo systemctl start docker

You can verify if the daemon is running by run:

docker info
https://docs.docker.com/engine/install/