docker_commands 87 B

123
  1. docker start containerid
  2. docker stop $(docker container ls -q) (Stops all containers)