Hi, I was hoping that someone could point me to the error in my ways. I am trying to follow the examples to setup Ensemble 2017.1 in a docker container on an Ubuntu 16.04 virtual machine.
I have a directory that contains
Dockerfile cache.key ensemble-lnxubuntux64.tar.gz
When I execute:
docker build -t ensemble-simple .
I am getting the following error:
poindext@ubuntu:~/ensemble-docker$ docker build -t ensemble-simple . Sending build context to Docker daemon 706.3MB Step 1/13 : FROM ubuntu ---> 2d696327ab2e Step 2/13 : MAINTAINER Dmitry Maslennikov <Dmitry.Maslennikov@csystem.




