digraph graphname

node [shape="box",style="rounded,filled",fillcolor="palegreen",fontsize="16"];

jenkins [fillcolor="yellow"]; nexus [fillcolor="lightblue"];

git -> jenkins; jenkins -> nexus ->jenkins; git -> fig; fig -> docker; github -> dockerhub; dockerhub -> fig; docker -> containers; nexus -> docker; #dockerrepo -> docker;