• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

dockerd: command not found

by Deepika

dockerd is the command used to start the Docker daemon on Linux systems. The Docker daemon is a background process that manages the Docker environment and is responsible for creating, starting, stopping, and managing Docker containers. The dockerd command is typically used to start the Docker daemon as a service during system boot, but can also be used to start the daemon manually or with specific options.

If you encounter the below error while running the command dockerd:

dockerd: command not found

you may try installing the below package as per your choice of distribution:

deepika Command Examples

1. Run docker daemon:

# dockerd

2. Run docker daemon and config it to listen to specific sockets (UNIX and TCP):

# dockerd --host unix://path/to/tmp.sock --host tcp://ip

3. Run with specific daemon PID file:

# dockerd --pidfile path/to/pid_file

4. Run in debug mode:

# dockerd --debug

5. Run and set a specific log level:

# dockerd --log-level=debug|info|warn|error|fatal

Filed Under: Linux

Some more articles you might also be interested in …

  1. smem Command Examples in Linux
  2. mountpoint: command not found
  3. diffstat: Create a histogram from the output of the diff command
  4. apt-key Command Examples in Linux
  5. Inconsistent Device Names Across Reboot Cause Mount Failure Or Incorrect Mount in Linux
  6. Wallch (Wallpaper Changer) – Rotate Ubuntu Desktop Wallpapers
  7. chromium: Open-source web browser principally developed and maintained by Google
  8. daemon: command not found
  9. llc Command Examples
  10. lighthouse Command Examples

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright