Skip to content

uv-xiao/env-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published