Skip to content

Commit

Permalink
Add docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq committed Oct 27, 2024
1 parent e222cc3 commit 4eff4be
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# install

Installation document

<table>
Expand All @@ -17,3 +18,8 @@ Installation document
<td>Azure CLI</td>
<td>📖 <a href="https://learn.microsoft.com/en-us/cli/azure/install-azure-cli">Visit</a></td>
</tr>
<tr>
<td><img height="28" src="https://skillicons.dev/icons?i=docker" /></td>
<td>Docker</td>
<td>📖 <a href="https://docs.docker.com/engine/install/">Visit</a></td>
</tr>
20 changes: 20 additions & 0 deletions topics/docker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Install docker

## Document

- https://docs.docker.com/engine/install/

## Install using the convenience script

- https://docs.docker.com/engine/install/ubuntu/#install-using-the-convenience-script

```bash
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
# Executing docker install script, commit: 7cae5f8b0decc17d6571f9f52eb840fbc13b2737
# <...>
```

## Manage Docker as a non-root user

- https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user

0 comments on commit 4eff4be

Please sign in to comment.