Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Multiple ports should be supported by service create -p option #10

Open
arun-gupta opened this issue Mar 14, 2016 · 0 comments
Open

Multiple ports should be supported by service create -p option #10

arun-gupta opened this issue Mar 14, 2016 · 0 comments

Comments

@arun-gupta
Copy link

docker CLI allows multiple ports to be supported using -p 8091-8093:8091-8093 format.

docker-cloud CLI gives the following error:

docker-cloud service create -p 8091-8093:8091-8093 -p 11210:11210 arungupta/couchbase 
publish port 8091-8093:8091-8093 does not match with '[host_port:]container_port[/protocol]'. E.g: 80:80/tcp

docker CLI format should be supported here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants