mirror of
https://github.com/docker/compose.git
synced 2026-06-25 18:48:47 +00:00
Some backends can decide not to implement a whole set of APIs (compose for example), we now return a default implementation that returns a `errdefs.ErrNotImplemented` for each action making it easy for the cli to print a helpful error message. We also remove any possible nil panics. Signed-off-by: Djordje Lukic <djordje.lukic@docker.com> |
||
|---|---|---|
| .. | ||
| compose | ||
| context | ||
| login | ||
| logout | ||
| mobyflags | ||
| run | ||
| testdata | ||
| exec.go | ||
| inspect.go | ||
| inspect_test.go | ||
| logs.go | ||
| ps.go | ||
| ps_test.go | ||
| rm.go | ||
| serve.go | ||
| start.go | ||
| stop.go | ||
| version.go | ||