-
|
Hi, Im runing FoundryVTT on Rasbery pi work without problem on v8.9 I can create new Container which also work, but I cannot create new container in v9 ---
version: "3.8"
services:
foundry:
image: felddy/foundryvtt:9
hostname: xxxxx
init: true
volumes:
- type: bindafter I'm puling unfortunately this is not work my log from portainer.io: 2022-04-19T13:23:19.918005895Z Entrypoint | 2071-07-03 02:28:00 | [info] Starting felddy/foundryvtt container v9.268.0
2022-04-19T13:23:19.932702731Z Entrypoint | 2071-05-25 13:27:12 | [info] No Foundry Virtual Tabletop installation detected.
2022-04-19T13:23:19.935939294Z Entrypoint | 2071-06-24 18:13:04 | [info] Using FOUNDRY_USERNAME and FOUNDRY_PASSWORD to authenticate.
2022-04-19T13:23:19.977373546Z
2022-04-19T13:23:19.977518395Z
2022-04-19T13:23:19.977553247Z #
2022-04-19T13:23:19.977582191Z # Fatal error in , line 0
2022-04-19T13:23:19.977609172Z # unreachable code
2022-04-19T13:23:19.977637727Z #
2022-04-19T13:23:19.977663652Z #
2022-04-19T13:23:19.977690022Z #
2022-04-19T13:23:19.977716411Z #FailureMessage Object: 0xbea8c51c
2022-04-19T13:23:20.035021778Z Trace/breakpoint trap (core dumped)_ could you help me with this please, maybe I'm missing something I know only basic of Docker? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
I looks like you are seeing the same failure reported in the following issues:
The root cause is probably: See also: I suspect that an operating system update will remedy this. Could you provide a bit more information about the OS you are currently running Docker on? |
Beta Was this translation helpful? Give feedback.
-
|
Thank you you are pointed me to right direction updated my os using this link: |
Beta Was this translation helpful? Give feedback.
I looks like you are seeing the same failure reported in the following issues:
The root cause is probably:
See also:
I suspect that an operating system update will remedy this.
Could you provide a bit more information about the OS you are currently running Docker on?