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 a64ae89 commit 1526b8bCopy full SHA for 1526b8b
crates/lib/src/cli.rs
@@ -867,11 +867,6 @@ fn prepare_for_write() -> Result<()> {
867
if ENTERED.load(Ordering::SeqCst) {
868
return Ok(());
869
}
870
- if ostree_ext::container_utils::is_ostree_container()? {
871
- anyhow::bail!(
872
- "Detected container (ostree base); this command requires a booted host system."
873
- );
874
- }
875
if ostree_ext::container_utils::running_in_container() {
876
anyhow::bail!("Detected container; this command requires a booted host system.");
877
0 commit comments