Skip to content

Commit

Permalink
docs: update docker guide
Browse files Browse the repository at this point in the history
  • Loading branch information
saursin committed Feb 11, 2024
1 parent 577f251 commit 62872f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/pages/getting_started/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,9 @@ You should be able to see a bash prompt, and the riscv-atom repository already c
container. To restart, simpy use the above ``docker start`` command again.

.. tip::
Checkout this `cheatsheet <https://docs.docker.com/get-started/docker_cheatsheet.pdf>`_ to learn more about Docker CLI syntax.
Checkout this `cheatsheet <https://docs.docker.com/get-started/docker_cheatsheet.pdf>`_ to learn more about Docker CLI syntax.

.. tip::
If you want to use VS Code for development, install the **Remote Explorer** and **Dev Containers** extensions. You
should now be able to see the "Dev Containers" options in the *Remote Containers* tab and the container we just created
in the list.

0 comments on commit 62872f9

Please sign in to comment.