Skip to content

Commit 5c063ec

Browse files
Update _index.vi.md
1 parent 46b1b11 commit 5c063ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/6-deploy-the-application-to-ec2/_index.vi.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ git clone https://github.com/Tuananh165-art/blog-go-ws.git
2323

2424
- Chạy lệnh bên dưới dùng để cập nhật và nâng cấp hệ thống
2525
```Shell
26-
$ apt update && sudo apt upgrade -y
26+
$ apt update && apt upgrade -y
2727
```
2828
![create-ec2.png](/images/3-create-ec2-instance/EC2/48.png)
2929
- Chạy các lệnh sau để thêm kho Docker
@@ -33,7 +33,7 @@ $ echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg
3333
```
3434
- Và lệnh cài đặt **Docker**
3535
```Shell
36-
$ apt update && sudo apt install -y docker-ce docker-ce-cli containerd.io
36+
$ apt update && apt install -y docker-ce docker-ce-cli containerd.io
3737
```
3838
![create-ec2.png](/images/3-create-ec2-instance/EC2/50.png)
3939
- Kích hoạt và khởi động Docker ngay lập tức với lệnh sau

0 commit comments

Comments
 (0)