# Dockerfile for Google research Football * dockerfile: https://github.com/chilin0525/Dockerfile-Google-Research-football * 以下 ```<>``` 表示必填資訊,填入時不用括弧 ## step 1. 查看 image 有無,沒有的話下載 dockerfile 並執行 * 下載(多種方法): * 用 github 內建的下載功能  * ```$ 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!
×
Sign in
Email
Password
Forgot password
or
Sign in via Google
Sign in via Facebook
Sign in via X(Twitter)
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
Continue with a different method
New to HackMD?
Sign up
By signing in, you agree to our
terms of service
.