File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ package specs
22
33import "os"
44
5- // LinuxStateDirectory holds the container's state information
6- const LinuxStateDirectory = "/run/opencontainer/containers"
7-
85// LinuxSpec is the full specification for linux containers.
96type LinuxSpec struct {
107 Spec
Original file line number Diff line number Diff line change 11package specs
22
33// State holds information about the runtime state of the container.
4- // This information will be stored in a file called `state.json`.
5- // The location of this file will be operating system specific. On Linux
6- // it will be in `/run/opencontainers/runc/<containerID>/state.json`
74type State struct {
85 // Version is the version of the specification that is supported.
96 Version string `json:"version"`
You can’t perform that action at this time.
0 commit comments