| // 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: "", | |
| }, | |
| } |