Skip to content

ecs-exec is a command-line tool designed to streamline interaction with containers running on Amazon Elastic Container Service (ECS).

License

Notifications You must be signed in to change notification settings

iYasha/ecs-exec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ECS-Exec

Requirements

QuickStart

  1. Clone the repository
git clone https://github.com/iYasha/ecs-exec.git
  1. Change directory to the cloned repository
cd ecs-exec
  1. Make the script executable
chmod u+x ecs-exec
  1. Run the script
./ecs-exec

Add script to PATH

To add the script to the PATH, run the following command:

For bash:

echo 'export PATH="$PATH:'"$(pwd)"'"' >> ~/.bashrc && source ~/.bashrc

For zsh:

echo 'export PATH="$PATH:'"$(pwd)"'"' >> ~/.zshrc && source ~/.zshrc

About

ecs-exec is a command-line tool designed to streamline interaction with containers running on Amazon Elastic Container Service (ECS).

Topics

Resources

License

Stars

Watchers

Forks

Languages