There was an error while loading. Please reload this page.
1 parent 1f7c587 commit 3f57dc4Copy full SHA for 3f57dc4
Lab6.md
@@ -60,9 +60,10 @@ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
60
gpgcheck=1
61
enabled=1
62
63
-# sudo systemctl start docker
64
-# sudo systemctl enable docker
65
-# sudo systemctl status docker
+$ sudo yum install docker-engine
+$ sudo systemctl start docker
+$ sudo systemctl enable docker
66
+$ sudo systemctl status docker
67
```
68
69
### **STEP 1: Provision an ATP instance and copy secure credential file to application folder**
0 commit comments