github.com/swiftstack/proxyfs@v0.0.0-20201223034610-5434d919416e/pfsagentd/container/insert/MakePFSAgentDockerfile.conf_SAMPLE (about) 1 # [Globals] section identifies docker container images in <repository:tag> format 2 # 3 # Note: This section should appear before all other sections 4 # 5 [Globals] 6 SourceImage: centos:latest 7 PFSAgentImage: pfsagent-build:latest 8 9 # [<other>] section identifies the PFSAgent volume-specific Key:Value settings desired 10 # 11 # Note: The value of <other> should follow the rules of a valid POSIX basename 12 # 13 [SampleVolume] 14 FUSEVolumeName: CommonVolume 15 FUSEMountPointPath: AgentMountPoint 16 PlugInEnvValue: {"AuthURL":"http://172.17.0.2:8080/auth/v1.0"\u002C"AuthUser":"test:tester"\u002C"AuthKey":"testing"\u002C"Account":"AUTH_test"} 17 HTTPServerTCPPort: 9090