Problems encountered in docker development

Run "docker COMMAND --help" for more information on a command.
  run ddocker run -it b.gcr.io/tensorflow/tensorflow
zsh: command not found: ddocker
  run docker run -it b.gcr.io/tensorflow/tensorflow
docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
See "docker run --help".
  run  journalctl -xn
zsh: command not found: journalctl
  run systemctl status docker.service
zsh: command not found: systemctl
  run ervice docker start
zsh: command not found: ervice
  run-sharp-sharp-sharp 


Aug.18,2021

Is the docker daemon running?

is your docker running?


restart the docker service

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b378d0-2b8ec.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b378d0-2b8ec.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?