Home > OS >  Why on their machines centOS7 docker succeeded in huawei cloud centOS7 operation would have failed
Why on their machines centOS7 docker succeeded in huawei cloud centOS7 operation would have failed

Time:09-24

Why on their machines centOS7 docker operation succeeded in huawei cloud centOS7 failed??
In his own centOS7.7 version installed on the machine, can normal installation docker - compose, install docker, and run the project a success,
In huawei cloud, install centOS7.4 version (the huawei cloud services only 7.6 version of the game, also heavily armoured version 7.6), and their own machines with the same operation command, the container is started, the project has failed to start?
Always can't find the reason, what is the reason? For the great god who help unriddling for it

CodePudding user response:

Yum install docker - ce
Yum install - y docker - ce
I install docker - ce command

CodePudding user response:

Own machine has been deployed, by the same steps in huawei cloud services, using docker ps can see container to run, but on the browser input related website can't open the project site, and JAVA war file on your machine is to be able to run, but in huawei cloud server will not come, ports were opened
  • Related