Skip to content

Commit 67d2312

Browse files
committed
dockerd-configuration-options change _ to - in XOS
1 parent 5018397 commit 67d2312

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dockerd-configuration-options/dockerd-configuration-file

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
### 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
24
# dockerd-configuration-file 3.7.290 2018-02-18_23:07:16_CST uadmin six-rpi3b.cptx86.com 3.6-23-gccdac10
35
# New release, ready for production
46
#
@@ -72,7 +74,7 @@ DOCKER_OPTS="\
7274
--label XHOST=`hostname` \
7375
--label XHOSTFQDN=`hostname --fqdn` \
7476
--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 }'` \
7678
--label XCPUARCHITECTURE=`lscpu | grep "Architecture" | awk '{ print $2 }'` \
7779
--label XCPUAMOUNT=`lscpu | grep "^CPU(s):" | awk '{ print $2 }'` \
7880
--label XSECURITY=namespace-control \

0 commit comments

Comments
 (0)