We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841a295 commit 00366c9Copy full SHA for 00366c9
ambari-functions
@@ -103,7 +103,7 @@ kylin-deploy-cluster() {
103
}
104
105
amb-start-first() {
106
- run-command docker run -d $DOCKER_OPTS --name $AMBARI_SERVER_NAME -h $AMBARI_SERVER_NAME.$MYDOMAIN $IMAGE --tag ambari-server=true
+ run-command docker run -P -d $DOCKER_OPTS --name $AMBARI_SERVER_NAME -h $AMBARI_SERVER_NAME.$MYDOMAIN $IMAGE --tag ambari-server=true
107
108
109
amb-copy-to-hdfs() {
0 commit comments