File tree 1 file changed +2
-2
lines changed
content/6-deploy-the-application-to-ec2
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $ git clone https://github.com/Tuananh165-art/blog-go-ws.git
23
23
24
24
- Chạy lệnh bên dưới dùng để cập nhật và nâng cấp hệ thống
25
25
``` Shell
26
- $ apt update && sudo apt upgrade -y
26
+ $ apt update && apt upgrade -y
27
27
```
28
28
![ create-ec2.png] ( /images/3-create-ec2-instance/EC2/48.png )
29
29
- 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
33
33
```
34
34
- Và lệnh cài đặt ** Docker**
35
35
``` 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
37
37
```
38
38
![ create-ec2.png] ( /images/3-create-ec2-instance/EC2/50.png )
39
39
- Kích hoạt và khởi động Docker ngay lập tức với lệnh sau
You can’t perform that action at this time.
0 commit comments