run_interactive.sh 300 B

1234
  1. #!/bin/sh
  2. # The --publish argument first takes the local port and then the container port
  3. # The -v argument first takes the local directory and then the container directory name
  4. docker run -v `pwd`/serve:/srv/algernon -v `pwd`/config:/etc/algernon -i -t --rm --publish 4000:4000 algernon_interactive