``` socat = dockerTools.buildImage { name = "socat"; config = { Entrypoint = [ "${pkgs.socat}/bin/socat" ]; }; }; ```