Kasra Bigdeli
Kasra Bigdeli
`docker ps` shows the containers, try `docker service ls` do you see the container? Can you please copy and paste the row that shows the service? If the image is...
The containers created via "captain-definition file" are locally built on the server, so if they are not pushed to a remote registry, it's expected that they don't run after the...
Sure - feel free to open a PR
Seeing `3/3` indicates that Docker really things you want to run `3` instances of this app. 1- Do you have the instance count of 3 on CapRover's dashboard? 2- Do...
Huh very weird! It's definitely a Docker bug, but a very weird one! Please file a bug report here: https://github.com/moby/moby In you bug report copy paste the output of these...
> I don't know exactly which command chain is used to redeploy a fresh image after its built so I didn't include it there CapRover uses service update, the CLI...
That's a question for https://github.com/netdata/netdata but regardless, due to a limitation in Docker swarm, this is currently not possible (https://github.com/moby/moby/issues/25885/) When this limitation is gone, you can run your custom...
@sneak - anything that is inside the config section of the constants is [customizable](https://caprover.com/docs/troubleshooting.html#customize-config-settings). Free free to override it to suits your needs.
@Andrewpk - curious to know what your use case is? how much memory does your nginx container use?
I like the general idea. The app could export into a Docker compose / CapRover one click app format with all volumes, ports and etc, and it's easy to read...