Open ghost opened 4 years ago
Did you got any response on this?
Had the same question, looking at the source code one can pass in a collection of strings, hence the following setting should to the job for you
docker run {
name containerName
image imageName
ports '9042:9042', '9043:9043'
daemonize true
}
Hi,
Is there a way to specify multiple ports. I tried with
docker run { name containerName image imageName ports ['9042:9042', '9043:9043'] daemonize true } It's not working.