To start an already created container, we use the below command:
> docker start [options] <container_id> [<container_id> ..]
Where container_id is the unique identifier referring to a created container. This is the value returned when we run a docker create command.