We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ce931 commit 801d5b5Copy full SHA for 801d5b5
src/bin/commands/containers.rs
@@ -441,7 +441,7 @@ pub fn create_persistent_volume(
441
}
442
// store first, since failing to non-existing container is fine
443
docker::ChildContainer::create(engine.clone(), container_id.clone())?;
444
- docker.run_and_get_status(msg_info, false)?;
+ docker.run_and_get_status(msg_info, true)?;
445
446
let data_volume = docker::ContainerDataVolume::new(engine, &container_id, &dirs);
447
data_volume.copy_xargo(mount_prefix.as_ref(), msg_info)?;
0 commit comments