Skip to content

Commit

Permalink
docs: add comment about docker packages needed
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-intel committed Jan 28, 2025
1 parent 09cb262 commit bb1fdba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs_src/catalog/Get-Started-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,10 @@ The following are options to help you resolve issues with the reference implemen

If you're behind a proxy, there may be connectivity issues. Use the following steps to install Docker manually:

1. Follow the instructions from Docker to [install Docker Engine from a package](https://docs.docker.com/engine/install/ubuntu/#install-from-a-package).
1. Follow the instructions from Docker to [install Docker Engine from a package](https://docs.docker.com/engine/install/ubuntu/#install-from-a-package).

> **Note**
When installing make sure the following packages are installed containerd, docker-ce, docker-ce-cli, docker-buildx, docker-compose

2. Complete these post-installation steps from Docker to [manage Docker as a non-root user](https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user).

Expand Down

0 comments on commit bb1fdba

Please sign in to comment.