/usr/bin/bash: cannot execute binary file when trying to run a Docker-related script
I recently migrated from Mac Os to Linux Pop Os and I’m currentyl lost as to how to manage the Docker image resources on Linux. I saw the commands:
docker run -m=whatever [container]
But they currently are not working with error
/usr/bin/bash: /usr/bin/bash: cannot execute binary file
Are there any options similar to Docker Desktop on Mac Os where I can manage containers resources on a GUI?
The image I’m working with is alidock installed via their install.sh
bash <(curl -fsSL https://raw.githubusercontent.com/alidock/alidock/master/alidock-installer.sh)
Thanks to anyone that helps!
Source: Docker Questions