# Dockerfile for Google research Football * dockerfile: https://github.com/chilin0525/Dockerfile-Google-Research-football * 以下 ```<>``` 表示必填資訊,填入時不用括弧 ## step 1. 查看 image 有無,沒有的話下載 dockerfile 並執行 * 下載(多種方法): * 用 github 內建的下載功能 ![](https://i.imgur.com/Xu49Ol8.png) * ```$ git clone https://github.com/chilin0525/Dockerfile-Google-Research-football.git``` * 查看 image: ```docker images``` * 建立 image from dockerfile: ```docker build -t <IMAGE NAME>:[TAG] <PATH>``` 2. running container from image ```shell docker run -it <IMAGE NAME>:[TAG] /bin/bash ``` 3. run your command!