Question - How to start, stop and kill a container?
Answer -
The following command is used to start a docker container:
$ docker start
and the following for stopping a running container:
$ docker stop
kill a container with the following command:
$ docker kill