上传文件到Graphileon InterActor作为节点背景
Upload files to Graphileon InterActor as node background
我在 Windows 上使用 Docker 安装了 Graphileon InterActor。
Styling Documentation表示可以在样式菜单中使用以下命令上传文件:
"image": "(%).properties.file", // image as node background
启动 InterActor 时,我遵循以下命令:
You can run the InterActor image using the following command, which will also create a volume "interactor" where persistent data (the config, and files you upload to InterActor) will be stored.
然后输入:
$ docker run -t -d -p 8000:80 --name interactor -v interactor:/persistent/ graphileon/interactor-community
778a9a7f373fc040e1adb3af446d7f2bfab9d82d15d82e5871c9658b54036a78
挂载点:
"/mnt/sda1/var/lib/docker/volumes/interactor/_data"
我找不到存储图像的文件夹以在 InterActor 中使用它们。如果我这样做了 - 如何调用文件的路径?
右键单击一个节点,编辑,添加文件并为其命名。然后打开此节点类型的样式配置,并在下一行中插入图像名称而不是 "file":
"image": "(%).properties.file", // image as node background
我在 Windows 上使用 Docker 安装了 Graphileon InterActor。
Styling Documentation表示可以在样式菜单中使用以下命令上传文件:
"image": "(%).properties.file", // image as node background
启动 InterActor 时,我遵循以下命令:
You can run the InterActor image using the following command, which will also create a volume "interactor" where persistent data (the config, and files you upload to InterActor) will be stored.
然后输入:
$ docker run -t -d -p 8000:80 --name interactor -v interactor:/persistent/ graphileon/interactor-community
778a9a7f373fc040e1adb3af446d7f2bfab9d82d15d82e5871c9658b54036a78
挂载点:
"/mnt/sda1/var/lib/docker/volumes/interactor/_data"
我找不到存储图像的文件夹以在 InterActor 中使用它们。如果我这样做了 - 如何调用文件的路径?
右键单击一个节点,编辑,添加文件并为其命名。然后打开此节点类型的样式配置,并在下一行中插入图像名称而不是 "file":
"image": "(%).properties.file", // image as node background