-
Notifications
You must be signed in to change notification settings - Fork 944
Description
Ⅰ. Issue Description
To compile upstream pouch and run pouchd command directly on CentOS 7.4.1708,
I got error like 'ERRO[0000] failed to load daemon file: found conflict flags in command line and config file: from flag: true and from config file: %!s(bool=false)'.
Ⅱ. Describe what happened
Failed to run pouchd command directly and got error as above.
Ⅲ. Describe what you expected to happen
pouchd can be run successfully
Ⅳ. How to reproduce it (as minimally and precisely as possible)
- to compile upstream pouch
- pouchd --debug
Ⅴ. Anything else we need to know?
To install pouch-container-1.0.0.0-20180531172701.alios7.x86_64, and then use systemctl start pouch service, pouchd will be running.
Ⅵ. Environment:
-
pouch version (use
pouch version):
$ git rev-parse HEAD
4d3ac8b -
OS (e.g. from /etc/os-release):
$ cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
-
Kernel (e.g.
uname -a):
$ uname -a
Linux iz2zeafti1eqne2ohz6uwhz 3.10.0-693.2.2.el7.x86_64 add travis.yml for CI #1 SMP Tue Sep 12 22:26:13 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux -
Install tools:
None -
Others:
None