Last active
November 4, 2020 20:23
-
-
Save zironycho/0e941c850e131a232fdc28fa48ac9c9e to your computer and use it in GitHub Desktop.
issue-rexray/s3fs:0.11.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"Config": { | |
"Args": { | |
"Description": "", | |
"Name": "", | |
"Settable": null, | |
"Value": null | |
}, | |
"Description": "REX-Ray FUSE Driver for Amazon Simple Storage Service (S3FS)", | |
"DockerVersion": "18.02.0-ce", | |
"Documentation": "https://github.com/thecodeteam/rexray/.docker/plugins/s3fs", | |
"Entrypoint": [ | |
"/rexray.sh", | |
"rexray", | |
"start", | |
"-f", | |
"--nopid" | |
], | |
"Env": [ | |
{ | |
"Description": "", | |
"Name": "REXRAY_LOGLEVEL", | |
"Settable": [ | |
"value" | |
], | |
"Value": "warn" | |
}, | |
{ | |
"Description": "", | |
"Name": "LIBSTORAGE_INTEGRATION_VOLUME_OPERATIONS_MOUNT_ROOTPATH", | |
"Settable": [ | |
"value" | |
], | |
"Value": "" | |
}, | |
{ | |
"Description": "", | |
"Name": "LINUX_VOLUME_ROOTPATH", | |
"Settable": [ | |
"value" | |
], | |
"Value": "" | |
}, | |
{ | |
"Description": "", | |
"Name": "LINUX_VOLUME_FILEMODE", | |
"Settable": [ | |
"value" | |
], | |
"Value": "" | |
}, | |
{ | |
"Description": "", | |
"Name": "HTTP_PROXY", | |
"Settable": [ | |
"value" | |
], | |
"Value": "" | |
}, | |
{ | |
"Description": "", | |
"Name": "S3FS_ENDPOINT", | |
"Settable": [ | |
"value" | |
], | |
"Value": "" | |
}, | |
{ | |
"Description": "", | |
"Name": "S3FS_ACCESSKEY", | |
"Settable": [ | |
"value" | |
], | |
"Value": "" | |
}, | |
{ | |
"Description": "", | |
"Name": "S3FS_DISABLEPATHSTYLE", | |
"Settable": [ | |
"value" | |
], | |
"Value": "" | |
}, | |
{ | |
"Description": "", | |
"Name": "S3FS_MAXRETRIES", | |
"Settable": [ | |
"value" | |
], | |
"Value": "" | |
}, | |
{ | |
"Description": "", | |
"Name": "S3FS_OPTIONS", | |
"Settable": [ | |
"value" | |
], | |
"Value": "" | |
}, | |
{ | |
"Description": "", | |
"Name": "S3FS_REGION", | |
"Settable": [ | |
"value" | |
], | |
"Value": "" | |
}, | |
{ | |
"Description": "", | |
"Name": "S3FS_SECRETKEY", | |
"Settable": [ | |
"value" | |
], | |
"Value": "" | |
}, | |
{ | |
"Description": "", | |
"Name": "CSI_ENDPOINT", | |
"Settable": [ | |
"value" | |
], | |
"Value": "" | |
}, | |
{ | |
"Description": "The name of the CSI plug-in used by the CSI module.", | |
"Name": "X_CSI_DRIVER", | |
"Settable": [ | |
"value" | |
], | |
"Value": "" | |
}, | |
{ | |
"Description": "A flag that disables the CSI to libStorage bridge.", | |
"Name": "X_CSI_NATIVE", | |
"Settable": [ | |
"value" | |
], | |
"Value": "false" | |
} | |
], | |
"Interface": { | |
"Socket": "rexray.sock", | |
"Types": [ | |
"docker.volumedriver/1.0" | |
] | |
}, | |
"IpcHost": false, | |
"Linux": { | |
"AllowAllDevices": true, | |
"Capabilities": [ | |
"CAP_SYS_ADMIN" | |
], | |
"Devices": null | |
}, | |
"Mounts": [ | |
{ | |
"Description": "", | |
"Destination": "/dev", | |
"Name": "", | |
"Options": [ | |
"rbind" | |
], | |
"Settable": null, | |
"Source": "/dev", | |
"Type": "bind" | |
} | |
], | |
"Network": { | |
"Type": "host" | |
}, | |
"PidHost": false, | |
"PropagatedMount": "/var/lib/rexray", | |
"User": {}, | |
"WorkDir": "", | |
"rootfs": { | |
"diff_ids": [ | |
"sha256:eebe6ffed8f4c85b884ec7c227cff7ed9a9c189f8d28949aa20c395dd121869f" | |
], | |
"type": "layers" | |
} | |
}, | |
"Enabled": true, | |
"Id": "9d4afe70f797cb98f9576c8ede30ce794a2b436c7237c29865bec261a2f8f566", | |
"Name": "rexray/s3fs:latest", | |
"PluginReference": "docker.io/rexray/s3fs:latest", | |
"Settings": { | |
"Args": [], | |
"Devices": [], | |
"Env": [ | |
"REXRAY_LOGLEVEL=warn", | |
"LIBSTORAGE_INTEGRATION_VOLUME_OPERATIONS_MOUNT_ROOTPATH=", | |
"LINUX_VOLUME_ROOTPATH=", | |
"LINUX_VOLUME_FILEMODE=", | |
"HTTP_PROXY=", | |
"S3FS_ENDPOINT=s3.ap-southeast-1.amazonaws.com", | |
"S3FS_ACCESSKEY=access key", | |
"S3FS_DISABLEPATHSTYLE=", | |
"S3FS_MAXRETRIES=", | |
"S3FS_OPTIONS=", | |
"S3FS_REGION=ap-southeast-1", | |
"S3FS_SECRETKEY=secret key", | |
"CSI_ENDPOINT=", | |
"X_CSI_DRIVER=", | |
"X_CSI_NATIVE=false" | |
], | |
"Mounts": [ | |
{ | |
"Description": "", | |
"Destination": "/dev", | |
"Name": "", | |
"Options": [ | |
"rbind" | |
], | |
"Settable": null, | |
"Source": "/dev", | |
"Type": "bind" | |
} | |
] | |
} | |
} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
⌐▄Q▓▄Ç▓▄,▄_ | |
Σ▄▓▓▓▓▓▓▓▓▓▓▄π | |
╒▓▓▌▓▓▓▓▓▓▓▓▓▓▀▓▄▄. | |
,_▄▀▓▓ ▓▓ ▓▓▓▓▓▓▓▓▓▓▓█ | |
│▄▓▓ _▓▓▓▓▓▓▓▓▓┌▓▓▓▓▓█ | |
_J┤▓▓▓▓▓▓▓▓▓▓▓▓▓├█▓█▓▀Γ | |
,▄▓▓▓▓▓▓^██▓▓▓▓▓▓▓▓▓▓▓▓▄▀▄▄▓▓Ω▄ | |
F▌▓▌█ⁿⁿⁿ ⁿ└▀ⁿ██▓▀▀▀▀▀▀▀▀▀▀▌▓▓▓▌ | |
'ⁿ_ ,▄▄▄▄▄▄▄▄▄█_▄▄▄▄▄▄▄▄▄ⁿ▀~██ | |
Γ ├▓▓▓▓▓█▀ⁿ█▌▓Ω]█▓▓▓▓▓▓ ├▓ | |
│ ├▓▓▓▓▓▌≡,__▄▓▓▓█▓▓▓▓▓ ╞█~ Y,┐ | |
╞ ├▓▓▓▓▓▄▄__^^▓▓▓▌▓▓▓▓▓ ▓ /▓▓▓ | |
├▓▓▓▓▓▓▓▄▄═▄▓▓▓▓▓▓▓▓▓ π ⌐▄▓▓█║n | |
_ ├▓▓▓▓▓▓▓▓▓~▓▓▓▓▓▓▓▓▓▓ ▄4▄▓▓▓██ | |
µ ├▓▓▓▓█▀█▓▓_▓▓███▓▓▓▓▓ ▓▓▓▓▓Ω4 | |
µ ├▓▀▀L └ⁿ ▀ ▀ ▓▓█w ▓▓▓▀ìⁿ | |
⌐ ├_ τ▀▓ Σ⌐└ | |
~ ├▓▓ ▄ _ ╒ ┌▄▓▓ Γ | |
├▓▓▓▌█═┴▓▄╒▀▄_▄▌═¢▓▓▓ ╚ | |
⌠ ├▓▓▓▓▓ⁿ▄▓▓▓▓▓▓▓┐▄▓▓▓▓ └ | |
Ω_.└██▓▀ⁿÇⁿ▀▀▀▀▀▀█≡▀▀▀▀▀ µ | |
ⁿ .▄▄▓▓▓▓▄▄┌ ╖__▓_▄▄▄▄▄*Oⁿ | |
û▌├▓█▓▓▓██ⁿ ¡▓▓▓▓▓▓▓▓█▓╪ | |
╙Ω▀█ ▓██ⁿ └█▀██▀▓█├█Å | |
ⁿⁿ ⁿ ⁿ^ | |
:::::::.. .,:::::: .,:: .::::::::.. :::. .-:. ::-. | |
;;;;'';;;; ;;;;'''' ';;;, .,;; ;;;;'';;;; ;;';; ';;. ;;;;' | |
[[[,/[[[' [[cccc '[[,,[[' [[[,/[[[' ,[[ '[[, '[[,[[[' | |
$$$$$$c $$"""" Y$$$Pcccc $$$$$$c c$$$cc$$$c c$$" | |
888b "88bo,888oo,__ oP"''"Yo, 888b "88bo,888 888,,8P"' | |
MMMM "W" """"YUMMM,m" "Mm, MMMM "W" YMM ""'mM" | |
REX-Ray | |
------- | |
Binary: /usr/bin/rexray | |
Flavor: client+agent+controller | |
SemVer: 0.11.2 | |
OsArch: Linux-x86_64 | |
Commit: fc8bfbd2d02c2690fc3a755a9560dd12c88e0852 | |
Formed: Sat, 24 Feb 2018 23:51:22 UTC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment