我正在尝试在RHEL计算机上安装IBM Cloud Private - Cloud Native Edition 2.0.1.2。但是,我在安装第二步的Docker上遇到了错误。
当我尝试运行以下命令时
sudo docker run -v $(pwd):/data -e LICENSE=accept \
ibmcom/icp-inception:2.1.0.2-ee \
cp -r cluster /data
我收到一条错误消息,说明控制台标志未定义如下:
Incorrect usage.
flag provided but not defined: -console
NAME:
docker-runc create - create a container
USAGE:
docker-runc create [command options] <container-id>
Where "<container-id>" is your name for the instance of the container that you are starting. The nae you provide for the container instance must be unique on your host.
DESCRIPTION:
The create command creates an instance of a container for a bundle. The bundle is a directory with a specification
file named "config.json" and a root filesystem.
The specification file includes an args parameter. The args parameter is used to specify command(s) that get run when the container is started.
To change the command(s) that get executed on start, edit the args parameter of the spec. See "runc spec --help" for more explanation.
OPTIONS:
--bundle value, -b value path to the root of the bundle directory, defaults to the current directory.
--console-socket value path to an AF_UNIX socket which will receive a file descriptor referencing the master end of the console's pseudoterminal
--pid-file value specify the file to write the process id to
--no-pivot do not use pivot root to jail process inside rootfs. This should be used whenever the rootfs is on top of a ramdisk
--no-new-keyring do not create a new session keyring for the container. This will cause the container to inherit the calling processes session
--preserve-fds value Pass N additional file descriptors to the container(stdio + $LISTEN_FDS + N in total) (default: 0)
/usr/bin/docker-current: Error response from daemon: oci runtime error: flag provided but not defined: -console.
ERRO{0000] error getting events from daemon: net/http: request canceled
正如您所看到的,它还提到它无法从net / http守护进程获取事件。我正在使用Docker 1.13版本。
我的防火墙是否阻止某些东西或者我需要修复RHEL吗?我已经多次在Ubuntu机器上安装ICP而没有任何问题。这是一个在不同环境中工作的不同机器。
非常感谢任何帮助。
谢谢!
答案 0 :(得分:1)
你安装了icp-docker-17.09_x86_64.bin吗?如果您在Docker或yum上使用过该软件包,对于RHEL来说,这没什么用。