blob: c703b6b77704af18f3282d99a86c697cb7e5048d [file]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [ "//src/starnix/containers/container.shard.cml" ],
program: {
runner: "starnix",
features: [ "container" ],
init: [],
kernel_cmdline: "",
mounts: [ "/:remote_pkg_subdir::nosuid,nodev,relatime" ],
name: "empty_container",
startup_file_path: "",
},
}