mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Move names to package api
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
7164b66cfc
commit
dba271a42a
4 changed files with 10 additions and 10 deletions
|
|
@ -7,13 +7,13 @@ import (
|
|||
"os"
|
||||
"path/filepath"
|
||||
|
||||
"github.com/docker/docker/api"
|
||||
"github.com/docker/docker/api/types"
|
||||
"github.com/docker/docker/utils"
|
||||
)
|
||||
|
||||
var (
|
||||
validCheckpointNameChars = utils.RestrictedNameChars
|
||||
validCheckpointNamePattern = utils.RestrictedNamePattern
|
||||
validCheckpointNameChars = api.RestrictedNameChars
|
||||
validCheckpointNamePattern = api.RestrictedNamePattern
|
||||
)
|
||||
|
||||
// CheckpointCreate checkpoints the process running in a container with CRIU
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue