Skip to content

Commit

Permalink
Replace ID with Path on the container
Browse files Browse the repository at this point in the history
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@docker.com> (github: crosbymichael)
  • Loading branch information
Michael Crosby committed Jul 10, 2014
1 parent 5001b7e commit 3385539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ package libcontainer
// be destroyed by a separate process, any function may return that the container
// was not found.
type Container interface {
// Returns the ID of this container.
ID() string
// Returns the path to the container which contains the state
Path() string

// Returns the current run state of the container.
//
Expand Down

0 comments on commit 3385539

Please sign in to comment.