@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/docker-security-best-practices>
  a schema:TechArticle ;
  schema:headline "Docker Security Best Practices" ;
  schema:url <https://anchorfact.org/computer-science/docker-security-best-practices/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/computer-science/docker-security-best-practices>
  schema:citation <https://docs.docker.com/engine/security/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/docker-security-best-practices>
  schema:citation <https://docs.docker.com/build/building/best-practices/> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/docker-security-best-practices>
  schema:citation <https://docs.docker.com/engine/security/rootless/> ;
  af:sourceTier "B" .