taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

interactive.sh (150B)


      1 #!/bin/bash
      2 
      3 # Run the image in interactive mode
      4 
      5 mydir="$(dirname -- "$0")"
      6 cd $mydir
      7 
      8 exec docker run -it --entrypoint /bin/bash sandcastle-checker