Saner default data location
Signed-off-by: Olivier Gambier <olivier@docker.com>
This commit is contained in:
parent
f654e9a96e
commit
280b9c50ac
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import (
|
|||
)
|
||||
|
||||
const driverName = "filesystem"
|
||||
const defaultRootDirectory = "/tmp/registry/storage"
|
||||
const defaultRootDirectory = "/var/lib/registry"
|
||||
|
||||
func init() {
|
||||
factory.Register(driverName, &filesystemDriverFactory{})
|
||||
|
|
Loading…
Reference in a new issue