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 swarm mode tutorial improvements 2017-02-23 15:21:31 -08:00
create-swarm.md Update create-swarm.md 2019-01-11 13:12:20 -05:00
delete-service.md Update delete-service.md (#2956) 2017-04-21 11:19:25 -05:00
deploy-service.md swarm mode tutorial improvements 2017-02-23 15:21:31 -08:00
drain-node.md Clarify the DRAIN state w/ regard to containers (#5811) 2018-01-24 11:35:53 -08:00
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 Merge pull request #1952 from londoncalling/swarm-tutorial-onpage-links 2017-02-23 18:10:01 -08:00
scale-service.md Fixes #2062 2017-04-25 17:22:26 -07:00