docker-scripts icon indicating copy to clipboard operation
docker-scripts copied to clipboard

Can't run deploy/deploy.sh in boot2docker VM

Open eugeneiiim opened this issue 11 years ago • 1 comments

When I follow the README instructions on OS X with boot2docker v1.0.0, I get the following:

docker@boot2docker:~$ git clone https://github.com/amplab/docker-scripts.git
Cloning into 'docker-scripts'...
remote: Reusing existing pack: 1011, done.
remote: Counting objects: 50, done.
remote: Compressing objects: 100% (39/39), done.
remote: Total 1061 (delta 18), reused 31 (delta 10)
Receiving objects: 100% (1061/1061), 144.43 KiB, done.
Resolving deltas: 100% (429/429), done.
docker@boot2docker:~$ cd docker-scripts/
docker@boot2docker:~/docker-scripts$ sudo ./deploy/deploy.sh
sudo: unable to execute ./deploy/deploy.sh: No such file or directory

eugeneiiim avatar Jun 17 '14 23:06 eugeneiiim

Strange. Please try installing bash (see the instructions I just updated).

AndreSchumacher avatar Jun 19 '14 17:06 AndreSchumacher