

Shell access whilst the container is running: docker exec -it duplicati /bin/bash.
#Duplicacy docker mods#
The list of Mods available for this image (if any) as well as universal mods that can be applied to any one of our images can be accessed via the dynamic badges above. We publish various Docker Mods to enable additional functionality within the containers. Uid=1000(dockeruser) gid=1000(dockergroup) groups=1000(dockergroup) Docker Mods You can set any environment variable from a file by using a special prepend FILE_. Optionally specify any CLI variables you want to launch the app withĬontains all relevant configuration files.Įnvironment variables from files (Docker secrets)

Specify a timezone to use, see this list. For example, -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080 outside the container. These parameters are separated by a colon and indicate : respectively. docker-compose (recommended, click here for more info)Ĭontainer images are configured using parameters passed at runtime (such as those above). Here are some example snippets to help you get started creating a container. The webui is at :8200, create backup jobs etc via the webui, for local backups select /backups as the destination. Please read the descriptions carefully and exercise caution when using unstable or development tags. This image provides various versions that are available via tags. The architectures supported by this image are: Architecture Simply pulling lscr.io/linuxserver/duplicati:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags. More information is available from docker here and our announcement here. We utilise the docker manifest for multi-platform awareness.
