Browse Source

Modified shebang to use bash rather than plain sh (#3737)

DAVID, Jerome 7 years ago
parent
commit
7cf8eda227
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      tfb

+ 1 - 1
README.md

@@ -42,7 +42,7 @@ The command looks like this: `docker run -it --rm --network tfb -v /var/run/dock
 #### A note on Windows:
 
 - Docker expects Linux-style paths. If you cloned on your `C:\` drive, then `[ABS PATH TO THIS DIR]` would be `/c/FrameworkBenchmarks`.
-- [Docker for Windows](https://www.docker.com/docker-windows) understands `/var/run/docker.sock` even though that is not a valid path on Windows. [Docker Toolbox](https://docs.docker.com/toolbox/toolbox_install_windows/) **may** not - use at your own risk.
+- [Docker for Windows](https://www.docker.com/docker-windows) understands `/var/run/docker.sock` even though that is not a valid path on Windows, but only when using Linux containers (it doesn't work with Windows containers and LCOW). [Docker Toolbox](https://docs.docker.com/toolbox/toolbox_install_windows/) **may** not understand `/var/run/docker.sock`, even when using Linux containers - use at your own risk.
 
 ## Quick Start Guide (Vagrant)
 

+ 1 - 1
tfb

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 ################## https://github.com/mkropat/sh-realpath #####################
 #