Skip to content

Commit 3f57dc4

Browse files
authored
Update Lab6.md
1 parent 1f7c587 commit 3f57dc4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Lab6.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,10 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
6060
gpgcheck=1
6161
enabled=1
6262
63-
# sudo systemctl start docker
64-
# sudo systemctl enable docker
65-
# sudo systemctl status docker
63+
$ sudo yum install docker-engine
64+
$ sudo systemctl start docker
65+
$ sudo systemctl enable docker
66+
$ sudo systemctl status docker
6667
```
6768

6869
### **STEP 1: Provision an ATP instance and copy secure credential file to application folder**

0 commit comments

Comments
 (0)