2

I'd like to create clickable file for Mac users to run docker container. I want to use Platypus to achieve this:

My setup: enter image description here

Script:

#!/bin/sh

set -e

docker run -d --name nginx nginx:latest

echo ">>>>> done!"

enter image description here

After clicking .app file nothing happens:

enter image description here

Any ideas why it doesn't work?

Taz
  • 5,755
  • 6
  • 26
  • 63

0 Answers0