Skip to content

更舒适的docker开发环境,目前支持nvidia设备,支持conda环境配置,并能够保持用户权限在docker内外的一致性。友好的打包自己的docker镜像,分享镜像

Notifications You must be signed in to change notification settings

throneclay/docker_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker scripts

docker development helper scripts

this is a project docker scripts collection.

easy to use..

quick start

inside your project, you can add submodule as follow

git submodule add https://github.com/throneclay/docker_script docker

to create the custom.sh and env_setup.sh, run these

# check script, if you don't have one, it will create for you.
# default path is scripts/
# the first launch is to create custom.sh
# the second launch is to create env_setup.sh

bash docker/dstart.sh
bash docker/dstart.sh

once you have your own custom.sh, you can start docker env

bash docker/dstart.sh create

if you want to get inside docker

bash docker/dinto.sh

About

更舒适的docker开发环境,目前支持nvidia设备,支持conda环境配置,并能够保持用户权限在docker内外的一致性。友好的打包自己的docker镜像,分享镜像

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages