Skip to content

isukces/SimpleLinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleLinux

Helps with creating linux related files

Docker compose command

Try

var cmd = new DockerComposeCommand
{
    Option = new DockerComposeUpOptions()
        .WithRemoveOrphans()
        .WithDetach()
        .WithBuild(),
    Common = new DockerComposeCommonOptions()
       .WithVerbose()
};
var dockerComposeCommand = cmd.GetCode();

the return value is

docker-compose --verbose up -d --build --remove-orphans

About

Helps with creating linux related files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages