Remove reference to --graph (#5978)

This commit is contained in:
Misty Stanley-Jones 2018-02-09 13:34:24 -08:00 committed by GitHub
parent e3f27df7af
commit 9ea7a4c57e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ To accomplish this, set the following flags in the `daemon.json` file:
```none
{
"graph": "/mnt/docker-data",
"data-root": "/mnt/docker-data",
"storage-driver": "overlay"
}
```