Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 613 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 613 Bytes

hw-env-docker

Run

Give run.sh executable permission:

Before running, make sure proxy settings are good for Docker access.

chmod +x run.sh

For usage, run:

./run.sh <command> [options]

Pull the base image, run:

./run.sh pull

Build the image, run:

./run.sh build -i hw-env

Run the container, run:

./run.sh run -i hw-env -c hw-env -v mount.json

The mount information is specified in mount.json in JSON format.

If you need proxy inside docker, put proxy settings in Dockerfile.proxy, and edit Dockerfile to include it (line 27).