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

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • 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. deborphan: command not found
  2. How to use shell aliases in Linux
  3. How To Check a Disk for Bad Blocks or Disk Errors on CentOS / RHEL
  4. How to make CentOS/RHEL 7 FIPS 140-2 compliant
  5. How To Identify User Deleting Files From A Given Directory in Linux
  6. How to Configure SSH to restrict Users/Groups with allow and deny directives
  7. kscreen-doctor : command not found
  8. reboot Command Examples in Linux
  9. parted: command not found
  10. “yum update” fails with “[package version 1] is a duplicate with [package version 2]”

You May Also Like

Primary Sidebar

Recent Posts

  • nixos-rebuild Command Examples in Linux
  • nixos-option: Command Examples in Linux
  • nixos-container : Command Examples in Linux
  • nitrogen Command Examples in Linux

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright