Ottobus
CCoder.com
•Created by Ottobus on 8/21/2024 in #help
Docker in workspaces and volumes
It's working well, I have add
xagrs
to manage case when there si no container. Thanks14 replies
CCoder.com
•Created by Ottobus on 8/21/2024 in #help
Docker in workspaces and volumes
And here is with restarting the workspace:
14 replies
CCoder.com
•Created by Ottobus on 8/21/2024 in #help
Docker in workspaces and volumes
yes, here is an example while stopping the container by myself:
14 replies
CCoder.com
•Created by Ottobus on 8/21/2024 in #help
Docker in workspaces and volumes
Thanks, Good idea for the
shutdown_script
. But docker is supposed to deleted anonymous volume when --rm
option is specified as mentionned here in the doc: Anonymous volumes are given a random name that's guaranteed to be unique within a given Docker host. Just like named volumes, anonymous volumes persist even if you remove the container that uses them, except if you use the --rm flag when creating the container, in which case the anonymous volume is destroyed
(https://docs.docker.com/engine/storage/#volumes).14 replies
CCoder.com
•Created by Ottobus on 4/30/2024 in #help
Session token expiration date
Great, so it isn't configurable, Thanks !
6 replies