containers: {
	web: {
		image: "ghcr.io/acorn-io/images-mirror/nginx:latest"
        files: "/tmp/file": "This is the web container"

        sidecars: sidecar: {
            image: "ghcr.io/acorn-io/images-mirror/busybox:latest"
            command: ["/bin/sh", "-c", "sleep 9999"]
            files: "/tmp/file": "This is the sidecar"
        }
	}
}