Skip to content
  • Solutions
    By Role
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    • For Developers
    • For Content Managers
    • For Agencies
    • For IT Admins
    • For Web Hosters
    By Infrastructure
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Overview
    • AWS
    • Microsoft Azure
    • Alibaba Cloud
    • Google Cloud Platform
    • Vultr
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
    • Digital Ocean
    • Linode
    • Upcloud
    • Oracle
    • OVH
  • Product
    • Plesk Features
    • Plesk Editions
    • What’s new
    • Pricing
    • Roadmap
    • Lifecycle Policy
    • Extensions Catalogue
  • Pricing
  • Extensions
    Featured Extensions
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    • SocialBee
    • WP Toolkit
    • Sitejet Builder for Plesk
    • SEO Toolkit
    • Joomla! Toolkit
    • Premium Email
    • Email Security
    Bundles and packs:
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack
    • Business and Collaboration Edition
    • WP pack
    • Hosting pack
    • Power pack
    • Language pack

    See all Extensions

  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
  • Pricing
  • Solutions
    • By Role
      • For Developers
      • For Content Managers
      • For Agencies
      • For IT Admins
      • For Web Hosters
    • By Infrastructure
      • Overview
      • Plesk on Amazon Web Services (AWS & Lightsail)
      • Microsoft Azure
      • Alibaba Cloud
      • Google Cloud Platform
      • Vultr
      • DigitalOcean
      • Linode
      • UpCloud
      • Oracle
      • OVH
  • Products
  • Pricing
  • Extensions
    • Featured Extensions
      • SocialBee
      • WP Toolkit
      • Sitejet Builder for Plesk
      • SEO Toolkit
      • Joomla! Toolkit
      • Premium Email
      • Email Security
    • Bundles and packs:
      • Business and Collaboration Edition
      • WP pack
      • Hosting pack
      • Power pack
      • Language pack
      • See all Extensions
  • For Partners
    • Plesk Contributor Program
    • Plesk Partner Program
    • Affiliate Program
    • Plesk University
  • Help Center
    • Documentation
    • Professional Services
    • Support
    • Contact Us
    • Wiki
    • Forum
  • Plesk 360 login
  • Free Trial
Plesk 360 login
Free Trial

Knowledge Base

Unable to start Docker service: Failed to start Docker Application Container Engine.

 
applications extensionsdockeripnetworkserver

Symptoms

  • Docker service fails to start

  • Running systemctl status docker returns:

    Jan 18 19:22:32 exampleserv systemd[1]: docker.service: Main process exited, code=exited, status=1/FAILURE
    Jan 18 19:22:32 exampleserv systemd[1]: docker.service: Failed with result 'exit-code'.
    Jan 18 19:22:32 exampleserv systemd[1]: Failed to start Docker Application Container Engine.
    Jan 18 19:22:34 exampleserv systemd[1]: docker.service: Service RestartSec=2s expired, scheduling restart.
    Jan 18 19:22:34 exampleserv systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
    Jan 18 19:22:34 exampleserv systemd[1]: Stopped Docker Application Container Engine.
    Jan 18 19:22:34 exampleserv systemd[1]: docker.service: Start request repeated too quickly.
    Jan 18 19:22:34 exampleserv systemd[1]: docker.service: Failed with result 'exit-code'.
    Jan 18 19:22:34 exampleserv systemd[1]: Failed to start Docker Application Container Engine.

  • Running the command dockerd -D shows the following error message:

    failed to start daemon: Error initializing network controller: error creating default "bridge" network: Failed to Setup IP tables: Unable to enable NAT rule: (COMMAND_FAILED: '/usr/sbin/iptables -w10 -t nat -I POSTROUTING -s 172.17.0.0/16 ! -o docker0 -j MASQUERADE' failed: iptables v1.8.4 (nf_tables): RULE_INSERT failed (No such file or directory): rule in chain POSTROUTING
    )

  • System log shows:

dockerd[1411794]: failed to start daemon: Error initializing network controller: error creating default "bridge" network: cannot create network 0f885fcda5151689944cd2a5b87fa7e5914daf233ec03ce2aaaa71b6a655a52b (docker0): conflicts with network 71448e4a927e0980044030bad84efaa61e0a2239cc06a3dc6784dc3f2aea4710 (docker0): networks have same bridge name

Cause

Corruption on Docker network configuration files under /var/lib/docker/network

Resolution

Recreate the network rules

  1. Connect to the server via SSH

  2. Check for iptables chains:

    # iptables -t nat -L

  3. If chain POSTROUTING exists, run the command from the error with root privileges:

    # iptables -w10 -t nat -I POSTROUTING -s 172.17.0.0/16 ! -o docker0 -j MASQUERADE

  4. Restart the Docker service:

    # systemctl start docker

If the service doesn't start and the output of the command dockerd -D changed to:

failed to start daemon: Error initializing network controller: error creating default "bridge" network: cannot create network 1cc93be12b3469e962e41ba062ba54ea89fe28aaab8bfb24bec377ca5bbf388e (docker0): conflicts with network 5cf423cbc6de0b129e559cffaf5d1b1dd8166dc393df6ad87c2dff41315e9f7b (docker0): networks have same bridge name

This error is caused by corruption of the Docker network files. To solve it:

  1. Connect to the server via SSH

  2. Move the Docker network files:

    # mv /var/lib/docker/network /var/lib/docker/network.bck

  3. Restart Docker service:

    # systemctl start docker

Tweet
Share
Share
Email
0 Shares
Read the full article
Related Posts

Exploring Plesk’s Added Value Solutions So Far in 2023

Read More »

Unveiling Sitejet Builder: The Perfect Match for Your Effortless Website Creation Needs

Read More »

Dynamic List vs. Active List: A Comprehensive Comparison – Unveiling the Ultimate Winner!

Read More »
Knowledge Base

On Plesk for Linux server, deny rules set up in Plesk Firewall do not block connections to Docker container

Read More »

Smart Update of WordPress Toolkit in Plesk fails: Connection timed out.

Read More »

Docker service is still running on server when Docker extension was removed from Plesk

Read More »

SpamAssassin does not work: Connection refused

Read More »

Hosting Wiki

  • Docker
  • Server Redundancy
  • AMP
  • Bare Metal Server
  • Oracle VM Server
  • Server Virtualization Software
  • Windows Server
  • JavaScript
  • Plesk
  • Web Server
  • DNS Server
  • IPv6
  • IPv4
  • SIP
  • SSH
  • UDP/IP
  • Network Bandwidth
  • TCP/IP
X-twitter Linkedin Youtube Reddit Github
  • Product
  • Login
  • Pricing
  • Editions
  • For Partners
  • Partner Program
  • Contributor Program
  • Affiliate Program
  • Plesk University
  • Company
  • Blog
  • Careers
  • Events
  • About Plesk
  • Our Brand
  • Resources
  • User and Admin guides
  • Help Center
  • Migrate to Plesk
  • Contact Us
  • Hosting Wiki
  • Forum
  • Legal
  • Legal
  • Privacy Policy
  • Imprint

© 2025 WebPros International GmbH

Part of the WebPros®  Family