propagate information if the container was stopped

pull/248/head
Fabian Jakobs 2016-02-09 15:27:37 +00:00
rodzic 94a39d5561
commit 63fd2e6e09
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -128,8 +128,9 @@ function plugin(options, imports, register) {
res.json({ res.json({
pid: pid, pid: pid,
uid: user.id, uid: user.id,
readonly: entry.vfs.readonly, readonly: entry.vfs.readonly,
vfsid: entry.vfsid vfsid: entry.vfsid,
activation: entry.vfs.activation || {}
}, null, 201); }, null, 201);
}); });