Start by turning off your dicer serv:
docker-machine stop
then to bind port 3500 inside docker machine to 3500 on your computer, use
VBoxManage modifyvm default --natpf1 "tcp-port3500,tcp,,3500,,3500";
restart
docker-machine start
You can now access locally your service on http://localhost:3500
and if you want to display the service on another device of the same network, get your ip address with ifconfig
and got to http://yourip:3500