Installing Clair and related components

  1. Define Postgresql installation options

  2. Install Postgresql and marathon-lb

    dcos package install --yes postgresql
    dcos package install --yes marathon-lb
    
  3. Connect to Postgres DC/OS instance and then create the clair database

    Include a reference to the Postgres articles
    
  4. CREATE ROLE clair with LOGIN CREATEDB PASSWORD 'somepassword';
    CREATE DATABASE clair;
    GRANT ALL PRIVILEGES ON DATABASE clair to clair;
    
  5. Create the clair_options.json file to support the installation in the next file

    • define the postgress userid and password
    • XXX other options

Resources

results matching ""

    No results matching ""