Plesk

Interface of the Docker extension is not available in Plesk: Local Docker node is missing

Symptoms

Cause

The Configurations table of the docker database(/usr/local/psa/var/modules/docker/db.sqlite3) is empty:

# sqlite> select * from Configurations;
sqlite> 

Resolution

  1. Connect to the server via SSH
  2. Open the Docker sqlite db:

    # sqlite3 /usr/local/psa/var/modules/docker/db.sqlite3

  3. Insert the configuration string for a local service:

    # insert into Configurations (id,active,remote,ssl) values (1,1,"",1);

Exit mobile version