Create service
docker service create --name simple --network local \ -e JAVA_OPTS='-Dversion=1.0'\ simple:1;