Skip to content

Docker Configuration

Everson.Silva edited this page May 25, 2022 · 1 revision

Welcome to the core-contracts wiki!

Install Docker and docker compose

Check if Docker is installed

docker --version

Docker version 20.10.16, build aa7e414

Add your user to the docker group if require sudo command

Run this commando: sudo usermod -aG docker $USER
Now You can exec docker without sudo

Clone this wiki locally