Changes

Jump to navigation Jump to search
m
Line 165: Line 165:  
To restore a container from a checkpoint, specify the OCI image containing the checkpoint in the container's <code>image</code> field.
 
To restore a container from a checkpoint, specify the OCI image containing the checkpoint in the container's <code>image</code> field.
   −
==== Example ====
   
<pre>
 
<pre>
 
cat > restore-pod.yaml <<'EOF'
 
cat > restore-pod.yaml <<'EOF'
Line 175: Line 174:  
   containers:
 
   containers:
 
     - name: counter
 
     - name: counter
       image: quay.io/foo/bar:latest
+
       image: quay.io/foo/bar:latest # Replace with checkpoint image URI
 
EOF
 
EOF
 
</pre>
 
</pre>
509

edits

Navigation menu