Run a container consists of two parts: create and start.When the container is created, the creation information is saved to etcd.
ReplicaSet is just an abstract concept, there is no concrete implementations,it just has to manage docker container, and save the container historical version information, that's all.