Inspect a Service
This will show properties of the service, as well as environment variables, IP address of the container, information about attached volumes, and more:
docker service inspect <service ID/name>
This will show properties of the service, as well as environment variables, IP address of the container, information about attached volumes, and more:
docker service inspect <service ID/name>