Files
docker-docs/engine/swarm/swarm-tutorial
LStuker 69e4ed2f24 CURRENT STATE instead of LAST STAT
With Docker version 18.09.1, build 4c52b90, the command `docker service ps helloworld` shows CURRENT STATE instead of LAST STATE.

Here is my example output of the command:
```
[root@docker01 ~]$docker service ps helloworld
ID                  NAME                IMAGE               NODE                DESIRED STATE       CURRENT STATE           ERROR               PORTS
3tj4b0gho76v        helloworld.1        alpine:latest       docker01            Running             Running 3 minutes ago

[root@docker01 ~]$ docker --version
Docker version 18.09.1, build 4c52b90
```
2019-02-03 10:44:50 +01:00
..
2019-01-11 13:12:20 -05:00
2019-01-11 13:01:08 -05:00
2017-04-25 17:22:26 -07:00