Change the data mount point to /resin-data

This commit is contained in:
Praneeth Bodduluri 2014-07-23 15:17:54 +02:00 committed by Pablo Carranza Vélez
parent d511d9df94
commit 0f23ddded8

View File

@ -15,6 +15,6 @@ module.exports = config =
Binds: [
'/mnt/mmcblk0p1/config.json:/boot/config.json'
'/var/run/docker.sock:/run/docker.sock'
'/var/lib/docker/data:/data'
'/resin-data/resin-supervisor:/data'
'/proc/net/fib_trie:/mnt/fib_trie'
]