github.com/yunabe/lgo@v0.0.0-20190709125917-42c42d410fdf/docker/README.md (about)

     1  # Examples of configurations to run lgo with docker
     2  ## Directories
     3  ### image
     4  `Dockerfile` to build the prebuilt docker image ([`yunabe/lgo`](https://hub.docker.com/r/yunabe/lgo/)).
     5  This Docker image uses Python2.
     6  
     7  ### image_py3
     8  `Dockerfile` example with Python3.
     9  
    10  ### jupyter
    11  `docker-compose` configuration to run `lgo` using `docker-compose` and the prebuilt Docker image.