Commit ab76a99e authored by Mohammed Ismail's avatar Mohammed Ismail

updated

parent fc17d335
......@@ -122,7 +122,7 @@ class Containerize():
self.cli = 'docker'
self.dockerfileprefix = '.ubuntu18'
elif self.host == 'Red Hat':
self.cli = 'sudo podman'
self.cli = 'podman'
self.dockerfileprefix = '.rhel8.2'
imageNames = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment