Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
real
Browse files Browse the repository at this point in the history
  • Loading branch information
yjm080821 committed Aug 26, 2024
1 parent b7e6fdf commit fa626f9
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/azure-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,20 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Remove existing containerd if it exists
run: |
sudo apt-get remove -y containerd || true
- name: Install Docker
run: |
sudo apt-get update
sudo apt-get install -y docker.io
sudo systemctl start docker
sudo systemctl enable docker
sudo apt-get install -y docker-ce docker-ce-cli containerd.io
# Alternatively, use Docker's official installation script
# - name: Install Docker (Alternative)
# run: |
# curl -fsSL https://get.docker.com -o get-docker.sh
# sudo sh get-docker.sh

- name: Install azd
uses: Azure/[email protected]
Expand Down

0 comments on commit fa626f9

Please sign in to comment.