diff --git a/modules/actions/start.js b/modules/actions/start.js index f2a3b0f..2e56fc2 100644 --- a/modules/actions/start.js +++ b/modules/actions/start.js @@ -34,10 +34,11 @@ const initContainer = async (libdragonInfo) => { 'run', '-d', // Detached '--mount', - 'type=bind,source=' + + '"type=bind,source=' + libdragonInfo.root + ',target=' + - CONTAINER_TARGET_PATH, // Mount files + CONTAINER_TARGET_PATH + + '"', // Mount files '-w=' + CONTAINER_TARGET_PATH, // Set working directory libdragonInfo.imageName, 'tail',