Unable to access running services in Docker 1.12.0-rc3 on Ubuntu

Docker Setup: Ubuntu 14.04.1 with Docker version 1.12.0-rc3

docker service create --name nginx --replicas 1 --network test -p 80:80 -p 433:433 nginx

I created above service but unable to access nginx home page. I checked using docker service tasks and inspect commands to verify it’s running.

Not sure, what am I missing? Any ideas?