An open API service indexing awesome lists of open source software.

https://github.com/okelleydevelopment/hello-container

An example of a Python script in a Docker container
https://github.com/okelleydevelopment/hello-container

Last synced: 4 months ago
JSON representation

An example of a Python script in a Docker container

Awesome Lists containing this project

README

          

# Hello Container

## Motivation

My first attempt at making a Dockerfile for containerizing a program that I have written. Starting small
and simple, we have `hello.py`.

## Prerequisites

Have the following installed:

- Python3
- Docker

## Program Execution

```sh
docker run -it hello-container hello.py
```