File tree 1 file changed +3
-1
lines changed
dockerd-configuration-options
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
### Custom_dockerd_Configuration_File
2
+ # dockerd-configuration-file 3.8.304 2018-02-19_20:26:27_CST uadmin six-rpi3b.cptx86.com 3.7-13-g5018397
3
+ # dockerd-configuration-options change _ to - in XOS
2
4
# dockerd-configuration-file 3.7.290 2018-02-18_23:07:16_CST uadmin six-rpi3b.cptx86.com 3.6-23-gccdac10
3
5
# New release, ready for production
4
6
#
@@ -72,7 +74,7 @@ DOCKER_OPTS="\
72
74
--label XHOST=`hostname` \
73
75
--label XHOSTFQDN=`hostname --fqdn` \
74
76
--label XIPADDRESS=`hostname --ip-address | awk '{ print $1 }'` \
75
- --label XOS=`lsb_release -d | awk '{ print $2"_ "$3"_ "$4 }'` \
77
+ --label XOS=`lsb_release -d | awk '{ print $2"- "$3"- "$4 }'` \
76
78
--label XCPUARCHITECTURE=`lscpu | grep "Architecture" | awk '{ print $2 }'` \
77
79
--label XCPUAMOUNT=`lscpu | grep "^CPU(s):" | awk '{ print $2 }'` \
78
80
--label XSECURITY=namespace-control \
You can’t perform that action at this time.
0 commit comments