instrumentisto / coturn-docker-image

[Closed] Coturn TURN server Docker image
Other
191 stars 47 forks source link

docker: Invalid containerPort: 3478:3478. #1

Closed walle-z closed 6 years ago

walle-z commented 6 years ago

When I run this command "docker run -d -p 3478:3478 -v $( pwd ) /my.conf:/etc/coturn/turnserver.conf instrumentisto / coturn" I got an error :docker: Invalid containerPort: 3478:3478.

tyranron commented 6 years ago

@zhangguangfengz you should not specify a space between mapping ports. -p 3478:3478 is correct, -p 3478: 3478 is not.

The issue is not relevant to this Coturn Docker image, but rather to using Docker CLI. So I'm closing it. Please, use official Docker CLI guide to resolve your issue..