...
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
Docker by default uses the space from /root directory to store the docker related date, in case /root directory is low on space the default docker directory can be changed to other directory having enough space by following the below steps: Initial Setup:
Add following into above file, but prior to that please check the storage driver used by your server by running :docker info |grep "Storage Driver" and put the output i.e.. "overlay or devicemapper" in below content
Save the file and run below commands:
|
...