Skip to content

Local shell script so you don't have keep typing docker-exec -it etc

Notifications You must be signed in to change notification settings

shreypuranik/docker-exec-shortcut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

docker-exec-shortcut

Instructions for use

Save the docker-exec-shortcut.sh file to your local environment

Then modify the CHMOD of the file so that it is executable:

chmod +x docker-exec-shortcut.sh

Copy the file over to the /usr/bin directoy:

cp docker-exec-shortcut.sh /usr/bin/

Now you're all set to use the shortcut from anywhere on your machine:

docker-exec-shortcut.sh CONTAINER_NAME

About

Local shell script so you don't have keep typing docker-exec -it etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages