Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container does not run #1

Open
bitliner opened this issue Jul 29, 2015 · 3 comments
Open

Container does not run #1

bitliner opened this issue Jul 29, 2015 · 3 comments

Comments

@bitliner
Copy link

If I run

sudo docker run --rm --privileged --name=win10-ie11 -p 5901:5901 -p 3389:3389 -ti ianblenke/kvm-modernie:win10_ie11

it throws

/usr/sbin/smbd
./start.sh: 5: ./start.sh: [[: not found
./start.sh: 1: eval: disk.qcow2: not found

Like if the image is missing those 2 files

@elgalu
Copy link

elgalu commented Feb 3, 2017

When I build the image I get a similar error for the missing file(s):

docker build -t ianblenke/kvm-modernie:win10_ie11 .
Sending build context to Docker daemon  2.56 kB
Step 1/9 : FROM ianblenke/kvm
 ---> 03d726b1e5e7
Step 2/9 : RUN apt-get -y update
 ---> Using cache
 ---> 12b6cb16a5d9
Step 3/9 : RUN DEBIAN_FRONTEND=noninteractive apt-get -y install curl git wget libguestfs-tools aria2 unzip dos2unix unrar-free wget git alien samba xorriso screen tmux
 ---> Using cache
 ---> 1110e6e2e870
Step 4/9 : WORKDIR /data
 ---> Using cache
 ---> 5aa3ca228b25
Step 5/9 : RUN git clone https://github.com/ianblenke/ie-vm.git
 ---> Using cache
 ---> 64e456567600
Step 6/9 : WORKDIR /data/ie-vm
 ---> Using cache
 ---> 7b140750192c
Step 7/9 : RUN ./fetch.sh $(./ie-urls.sh | grep -i win10 | grep -i ie11)
 ---> Running in 0c28c5db94cd
Usage: ./fetch.sh [url to IE.txt file]
The command '/bin/sh -c ./fetch.sh $(./ie-urls.sh | grep -i win10 | grep -i ie11)' returned a non-zero code: 1

@tandaly
Copy link

tandaly commented Jul 4, 2018

/start.sh: 1: eval: disk.qcow2: not found
报错,没人维护了么

@zhang-xinsheng
Copy link

If I run

sudo docker run --rm --privileged --name=win10-ie11 -p 5901:5901 -p 3389:3389 -ti ianblenke/kvm-modernie:win10_ie11

it throws

/usr/sbin/smbd
./start.sh: 5: ./start.sh: [[: not found
./start.sh: 1: eval: disk.qcow2: not found

Like if the image is missing those 2 files

how to resolve it ? same problems?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants