Skip to content

Commit

Permalink
[gcc] Add post-install steps to docker install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisCummins committed Mar 4, 2022
1 parent e496f11 commit 441e43d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/envs/gcc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ On Linux, install Docker using:
"deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update && sudo apt-get install docker-ce docker-ce-cli containerd.io
sudo usermod -aG docker $USER
su - $USER
See the `official documentation <https://docs.docker.com/engine/install>`_ for
alternative installation options.
more details and alternative installation options.

On both Linux and macOS, use the following command to check if Docker is
working:
Expand Down

0 comments on commit 441e43d

Please sign in to comment.