dockerfiler icon indicating copy to clipboard operation
dockerfiler copied to clipboard

Allow creation of docker-compose file

Open ColinFay opened this issue 5 years ago • 0 comments

That would make sense to have something to create docker-compose files:

compose <- DockerCompose$new(version = "")
compose$add_service()
# etc ...

ColinFay avatar Jun 26 '20 08:06 ColinFay