MCPcopy
hub / github.com/firecow/gitlab-ci-local / createDockerNetwork

Method createDockerNetwork

src/job.ts:1594–1597  ·  view source on GitHub ↗
(networkName: string)

Source from the content-addressed store, hash-verified

1592 }
1593
1594 private async createDockerNetwork (networkName: string) {
1595 const {stdout: networkId} = await Utils.spawn([this.argv.containerExecutable, "network", "create", `${networkName}`]);
1596 this._serviceNetworkId = networkId;
1597 }
1598
1599 private async startService (writeStreams: WriteStreams, expanded: {[key: string]: string}, service: Service) {
1600 const cwd = this.argv.cwd;

Callers 1

startMethod · 0.95

Calls 1

spawnMethod · 0.80

Tested by

no test coverage detected