Skip to content

Simple docker app with python3 for isolated workspace environment and scripting / testing python code

Notifications You must be signed in to change notification settings

dayanstef/docker-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-app

Simple docker app with python3 for isolated workspace environment and scripting / testing python code

Install

docker compose up -d

Usage

The following command with get you inside the running container

docker compose exec app bash

Once you are inside the container you can easily execute the app.py

./app.py

This will execute your python code.

About

Simple docker app with python3 for isolated workspace environment and scripting / testing python code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published