Skip to content

this docker image allows you to run python3 scripts that require boto3 without having to install that module locally

License

Notifications You must be signed in to change notification settings

borgified/docker-boto3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-boto3

this docker image allows you to run python3 scripts that require boto3 without having to install that module locally

  1. you need to docker login to github's registry to be able to pull down docker images (even public ones)

    this is how you would login (from github docs):

    cat ~/TOKEN.txt | docker login https://docker.pkg.github.com -u USERNAME --password-stdin
    
  2. add the function in .zshrc to your $HOME/.zshrc

  3. make your new changes effective:

    source $HOME/.zshrc
    
  4. run your python3 script like this:

    boto3 your_script.py
    

About

this docker image allows you to run python3 scripts that require boto3 without having to install that module locally

Topics

Resources

License

Stars

Watchers

Forks

Packages