Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Src Docker

Tolfx edited this page Jul 7, 2021 · 6 revisions

Docker

The docker dicretory contains everything related to docker.

Files

All of the files in the Docker folder.

DockerCompose.ts

DockerCompose.ts Contains the following.

This function runs docker-compose up -d on a docker-compose.yml file.
The parameter dir expects a string which should be the location where our docker-compose.yml is located at


This functions creates a docker-compose.yml string which can be used to create the file.
The parameter options exepects ICreateDockerCompose coming soon

Clone this wiki locally