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 082e6b1 commit 8f5deffCopy full SHA for 8f5deff
1 file changed
cartesi.toml
@@ -1,13 +1,15 @@
1
[machine]
2
entrypoint = "/home/dapp/honeypot"
3
-ram-image = "/opt/homebrew/etc/cartesi/images/linux.bin"
+ram_image = "/opt/homebrew/etc/cartesi/images/linux.bin"
4
+use_docker_env = false
5
+use_docker_workdir = false
6
7
[drives.root]
8
builder = "docker"
-buildArgs = ["HONEYPOT_CONFIG=localhost"]
9
+build_args = ["HONEYPOT_CONFIG=localhost"]
10
dockerfile = "rootfs.Dockerfile"
11
tags = ["honeypot:cli"]
-extraSize = "16Mb"
12
+extra_size = "16Mb"
13
14
[drives.state]
15
builder = "empty"
0 commit comments