Add container update method

This adds an update method to the container interface for the client
package.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-10-03 16:59:52 -04:00
parent 6b9aafdab1
commit 9e85035f15
4 changed files with 86 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ import (
"golang.org/x/sys/unix"
)
func TestContainerUpdate(t *testing.T) {
func TestTaskUpdate(t *testing.T) {
t.Parallel()
client, err := newClient(t, address)