ZipcallDocuments: Zipcall
Demo: Zipcall
docker service create \
--name zipcall \
--replicas 1 \
--publish 3000:3000 \
--env TWILIO_ACCOUNT_SID="SID" \
--env LOCAL_AUTH_TOKEN="Token" \
--mount type=bind,src=/etc/localtime,dst=/etc/localtime,readonly \
newnius/zipcall
This command creates a docker swarm service, you can use docker run ... instead in your way
Content type
Image
Digest
Size
65.8 MB
Last updated
over 6 years ago
docker pull newnius/zipcall