-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use docker for #784
Comments
Hello, that's because our application and services are configured to run in container when create image. I don’t know the details, but I guess that in your case you need to build your own container, for example, based on ours and configure your service. We will put the label "need help" because the question is beyond the scope of documentserver. |
Hmm, alright. So am I correct in understanding then that this container has no official way of running a specified service permanently? The user is expected to build their own container from the available sources and make the desired modifications at that level? |
Yes, this container has way to run only own services, not custom.
You can create your app as you wish. It could be based on this container, a separeted container with an application and connect via network, not container etc . There could be many optios. |
Thank you for explaining. |
Not exactly a bug, but probably a lack of understanding, and unable to find direction in the documentation.
I wished to start with something very similar to the built-in example, (ds:example) so I started the docker container using docker-compose:
And I can successfully access the web interface, and I saw the instructions to start the examples:
sudo docker exec 03610350a9a6 sudo supervisorctl start ds:example
or
sudo docker exec 03610350a9a6 sudo sed 's,autostart=false,autostart=true,' -i /etc/supervisor/conf.d/ds-example.conf
I run those commands and they work. So from that example, I assume the correct way to create my own services is to create my own file with my own content in that directory.
However, the biggest thing I do not understand is how to make that service run permanently. As an example, lets say I just want to use the example permanently. (Only as an example)
So what is the intended way to actually use this container?
Thanks!!
Host Operating System:
Linux EXAMPLE 6.11.10-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.11.10-1 (2024-11-23) x86_64 GNU/Linux
Docker version 26.1.5+dfsg1, build a72d7cd
The text was updated successfully, but these errors were encountered: