Skip to content

ugurcsen/go-docker-compose-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose V2 Go client

Go Reference Go Report Card License: MIT GitHub release

Warning: Only the docker compose command is supported by the Docker CLI plugin system. Other commands are not supported and may not work as expected.

Installation

go get github.com/ugurcsen/go-docker-compose-client

Features

  • Build
  • BuildAll
  • Containers
  • Convert
  • Cp
  • Create
  • CreateAll
  • Down
  • Events
  • Exec
  • Images
  • Kill
  • KillAll
  • Logs
  • LogsAll
  • LogsAllStream
  • LogsStream
  • Networks
  • Pause
  • PauseAll
  • Port
  • Ps
  • PsAll
  • Pull
  • Push
  • Restart
  • RestartAll
  • Rm
  • RmAll
  • Run
  • Start
  • StartAll
  • Stop
  • StopAll
  • Unpause
  • UnpauseAll
  • Top
  • TopAll
  • Up
  • Volumes