You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"cpu.model": "13th Gen Intel(R) Core(TM) i5-1335U",
118
+
"cpu.target": "amd64",
119
+
"cpu.vendor": "GenuineIntel"
119
120
}
120
121
}
121
122
]
@@ -136,7 +137,7 @@ For now we will manually remember the pairing, at least until the compatibility
136
137
137
138
Check is the command you would use to check a potential host against one or more existing artifacts.
138
139
For a small experiment of using create against a set of containers and then testing how to do a check, we are going to place content
139
-
in [examples/check-lammps](examples/check-lammps). As an example, we might use the manifest in that directory to run a check.
140
+
in [examples/check-lammps](examples/check-lammps). Note that we generated the actual compatibility spec and pushed with oras before running the example here! Following that, we might use the manifest in that directory to run a check.
140
141
Note that since most use cases aren't checking the images in the manifest list against the host running the command, we instead
141
142
provide the parameters about the expected runtime host to them.
0 commit comments