File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ This guide covers the installation of Docker and Docker Compose on **CentOS** an
34
34
- [ Step 5: Install Docker Compose] ( #step-5-install-docker-compose )
35
35
- [ Step 6: Adding Your User to the Docker Group (Optional)] ( #step-6-adding-your-user-to-the-docker-group-optional )
36
36
- [ Uninstall Docker] ( #uninstall-docker-1 )
37
- - [ Post installation tasks ] ( #post-installation-tasks )
37
+ - [ Post installation Tasks ] ( #post-installation-tasks )
38
38
- [ Conclusion] ( #conclusion )
39
39
- [ References] ( #references )
40
40
@@ -201,9 +201,9 @@ sudo rm -rf /var/lib/docker
201
201
sudo rm /usr/local/bin/docker-compose
202
202
```
203
203
204
- ## Post installation tasks
204
+ ## Post installation Tasks
205
205
206
- If you want to set a custom directory for docker and if you are running behin a proxy, the docker service must be modified
206
+ If you want to set a custom directory for docker and if you are running behind a proxy, the docker service must be modified
207
207
208
208
Edit the service: /lib/systemd/system/docker.service
209
209
``` bash
You can’t perform that action at this time.
0 commit comments