Sign inSign up

xethub/xetfs

By xethub

Updated over 2 years ago

This plugin allows you to mount Xet repositories in your containers easily.

Plugin
0

1.1K

xethub/xetfs repository overview

Docker volume plugin for XetHub

This plugin allows you to mount Xet repositories in your containers easily.

Usage

1 - Install the plugin

$ docker plugin install xethub/xetfs

2 - Create a volume

$ docker volume create -d xethub/xetfs -o repo=https://xethub.com/XetHub/Flickr30k.git -o commit=main flickr_volume

3 - Use the volume

$ docker run --rm -it --mount type=volume,source=xet_joe_volume,destination=/app,readonly ubuntu:latest ls -lR /app

Tag summary

Content type

Plugin

Digest

sha256:035b0f99e

Size

78.7 MB

Last updated

over 2 years ago

docker plugin install xethub/xetfs