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
..
add-nodes.md
create-swarm.md Update create-swarm.md 2019-01-11 13:12:20 -05:00
delete-service.md
deploy-service.md
drain-node.md
index.md Update index.md 2019-01-11 13:01:08 -05:00
inspect-service.md CURRENT STATE instead of LAST STAT 2019-02-03 10:44:50 +01:00
rolling-update.md
scale-service.md