Skip to content

armhoeft/metapy-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

metapy-container

MeTA + metapy Docker Container for a consistent metapy build and use experience.

Contents

  • Dockerfile
  • Instructions for easy usage

Artifacts

Published artifacts from this repo can be found here: https://hub.docker.com/r/armhoeft/metapy-container

Usage Instructions

  1. Download this image using Docker:

    docker pull armhoeft/metapy-container:latest
    
  2. Run this container using Docker (default). This will run an interactive Python 3.9 session.

    docker run --rm -it --name some-name armhoeft/metapy-container
    
  3. Run this container using Docker (custom). This will run an interactive Bash session, from which python and other commands can be executed.

    docker run --rm -it --name some-name armhoeft/metapy-container /bin/bash
    
  4. Run a persisted copy of this container in the background (for continual use with environment changes persisted):

    docker run -d --name some-name armhoeft/metapy-container tail -f /dev/null
    

    To interact wih this container, run:

    docker exec -it some-name /bin/bash
    

About

MeTA + metapy Docker Container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors