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
The logic of ocitools --host-specific generate should be rechecked and behave as it is supposed to be.
Here are two examples:
if the user runs ocitools --host-specific generate --linux-cpu-shares=512 on a windows machine, the --linux-cpu-shares should be ignored.
if the user run ocitools --host-specific generate --output config.json on a windows machine, the config.json file should not include the linux section.
The text was updated successfully, but these errors were encountered:
The logic of
ocitools --host-specific generate
should be rechecked and behave as it is supposed to be.Here are two examples:
ocitools --host-specific generate --linux-cpu-shares=512
on a windows machine, the--linux-cpu-shares
should be ignored.ocitools --host-specific generate --output config.json
on a windows machine, theconfig.json
file should not include thelinux
section.The text was updated successfully, but these errors were encountered: