Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

docker wrapper

the docker have the below feature.

  • Always use sudo to run docker. So never show permission denied.
  • You can use -p for start. But you can't use -a -i for start.
  • Shorter command. You can use docker img to show all images.
  • Docker shell. Auto completion for id work in shell mode.