Custom container
#4822
-
Is it possible to add your own container? For example, mount a json file my_container.json |
Beta Was this translation helpful? Give feedback.
Answered by
szaimen
Jun 13, 2024
Replies: 1 comment 15 replies
-
Hi, for what do you need this? But yes, it should be possible to mount a custom folder say |
Beta Was this translation helpful? Give feedback.
15 replies
Answer selected by
szaimen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, for what do you need this?
But yes, it should be possible to mount a custom folder say
my_custom
into the container inside/var/www/docker-aio/community-containers/
in the container and also provide amy_custom.json
in the folder. then you can enable the container via--env AIO_COMMUNITY_CONTAINERS="my_custom"
.