$ oci-runtime-tool --version
oci-runtime-tool version 0.9.0, commit: d1bf3e66ff0aa45840608d28eae6ce15f2cc9a26
and tried to run
oci-runtime-tool generate --args "/usr/sbin/httpd" --args "-DFOREGROUND" --network=host --tmpfs=/tmp --tmpfs /run --tmpfs /var/log/httpd --tmpfs /r un/httpd --read-only --bind /tmp/rhel7-httpd:/var/www/html > config.json
But I got FATA[0000] flag provided but not defined: -network
and when I removed teh network arg, I got FATA[0000] flag provided but not defined: -tmpfs
What were these arguments changed to in the new version?
How do I modify my command to work now?
I just installed the oci runtime tool
and tried to run
oci-runtime-tool generate --args "/usr/sbin/httpd" --args "-DFOREGROUND" --network=host --tmpfs=/tmp --tmpfs /run --tmpfs /var/log/httpd --tmpfs /r un/httpd --read-only --bind /tmp/rhel7-httpd:/var/www/html > config.json
But I got
FATA[0000] flag provided but not defined: -network
and when I removed teh network arg, I gotFATA[0000] flag provided but not defined: -tmpfs
What were these arguments changed to in the new version? How do I modify my command to work now?