wscherphof / oracle-12c

Docker image with Oracle database server on Oracle Linux. Formerly known as https://registry.hub.docker.com/u/wscherphof/oracle-12c/
Other
123 stars 94 forks source link

build fail at step1 #18

Closed patrick-yang closed 9 years ago

patrick-yang commented 9 years ago

when i run: 5) $ docker run --privileged -ti --name step1 oracle-12c:step1 /bin/bash

I do not know what happend? how can i continue for this situation?

error below:

$ docker run --privileged -ti --name step1 oracle-12c:step1 /bin/bash exec: "C:/Program Files (x86)/Git/bin/bash": stat C:/Program Files (x86)/Git/bin/bash: no such file or directory Error response from daemon: Cannot start container 769e9d8efdb4e0232f4311a453356a47a6886bf2b8ec436021ce07efaf45165f: [8] System error: exec: "C:/Program Files (x86)/Git/bin/bash": stat C:/Program Files (x86)/Git/bin/bash: no such file or directory

$ docker run --privileged -ti --name step1 oracle-12c:step1 /bin/bash Error response from daemon: Conflict. The name "step1" is already in use by container 769e9d8efdb4. You have to delete (or rename) that cont ainer to be able to reuse that name.

$ docker version Client version: 1.7.0 Client API version: 1.19 Go version (client): go1.4.2 Git commit (client): 0baf609 OS/Arch (client): windows/amd64 Server version: 1.7.0 Server API version: 1.19 Go version (server): go1.4.2 Git commit (server): 0baf609 OS/Arch (server): linux/amd64

patrick-yang commented 9 years ago

that's ok I must enter boot2docker host to run this command , thanks !