1 Reply Latest reply on Feb 8, 2018 5:43 PM by rareddy

    Help with Quickstart example with Dockerized Teiid

    shiloh.jordan

      I have docker running on my Windows pc.  I went through this documentation to run teiid docker image (GitHub - jboss-dockerfiles/teiid: Docker image for Teiid project )

      using this command : docker run -it jboss/teiid

       

      my teiid image started

      Now, I am trying to create a docker container from the image using this command

       

      docker create --privileged=true -t -i -P -v /teiid10/standalone:/opt/jboss/teiid-10.0.0.Final/standalone --name=teiid10

       

      but I keep getting this error -

      "docker create" requires at least 1 argument.

      See 'docker create --help'.

       

      Usage:  docker create [OPTIONS] IMAGE [COMMAND] [ARG...] [flags]

       

      Why would I be getting this error when I am using multiple arguments in my command to create docker image? 

       

      All help is appreciated