Skip to content

Commit

Permalink
Update readme to include the details of issue #68
Browse files Browse the repository at this point in the history
  • Loading branch information
skmonga authored Nov 10, 2018
1 parent cc5c802 commit 323e946
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ mv /var/lib/docker /disk/docker
ln -s /disk/docker /var/lib/docker
#start the docker daemon as mentioned in the above command.
```
<br />NOTE: When using a different disk volume for docker storage and if the user wants to limit the disk space that is available to the container using the --storage-opt configuration, mount the volume with pquota options or if automounting , give the pquota option in /etc/fstab file. For more information, refer to issue [#68](https://github.com/dream-lab/VIoLET/issues/68)

## Part - 2 [Metis Partitions]
### Generate partitions

Expand Down

0 comments on commit 323e946

Please sign in to comment.