我正在尝试在AWS EC2实例中的docker中使用vertica - colemantw / vertica(https://hub.docker.com/r/colemantw/vertica)图像。 EC2类型为m4.4xlarge。
安装了Docker(hello-world工作正常)但是在运行容器时我看到下面的输出:
[ec2-user@ip-xx-xx-xx-xx ~]$ sudo docker run -p 5433:5433 colemantw/vertica
Info: no password specified, using none
Unable to read database catalogs - cannot start database.
Database docker did not start successfully
Shutting Down
Info: no password specified, using none
Database docker is not currently running
知道可能是什么原因吗? 在本地它工作正常,vertica正在运行