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
- Host: GitHub
- URL: https://github.com/okelleydevelopment/hello-container
- Owner: OkelleyDevelopment
- Created: 2021-03-20T19:57:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-20T19:58:20.000Z (over 5 years ago)
- Last Synced: 2025-03-06T12:51:57.974Z (over 1 year ago)
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```