We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e496f11 commit 441e43dCopy full SHA for 441e43d
docs/source/envs/gcc.rst
@@ -42,9 +42,11 @@ On Linux, install Docker using:
42
"deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \
43
$(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
44
sudo apt-get update && sudo apt-get install docker-ce docker-ce-cli containerd.io
45
+ sudo usermod -aG docker $USER
46
+ su - $USER
47
48
See the `official documentation <https://docs.docker.com/engine/install>`_ for
-alternative installation options.
49
+more details and alternative installation options.
50
51
On both Linux and macOS, use the following command to check if Docker is
52
working:
0 commit comments