kevydotvinu / openshift-network-playground

The OpenShift Network Playground is built for advanced OpenShift users who needs to quickly build and test different OpenShift network scenarios.
https://kevy.gitbook.io/onp
MIT License
3 stars 1 forks source link

/bin/bash: -c: line 1: unexpected EOF while looking for matching `'' #93

Closed kevydotvinu closed 1 year ago

kevydotvinu commented 1 year ago
CONTAINERS = $(shell sudo podman ps --format {{.Names}} | sort | grep -oE '^dhcp$$|^vbmc$$|^webserver$$|^proxy$$' | xargs)