https://github.com/bessouat40/ubuntu-docker-python
Ubuntu base image for python development
https://github.com/bessouat40/ubuntu-docker-python
beginner beginner-friendly containerization containers docker docker-compose python tutorial
Last synced: about 1 year ago
JSON representation
Ubuntu base image for python development
- Host: GitHub
- URL: https://github.com/bessouat40/ubuntu-docker-python
- Owner: Bessouat40
- Created: 2022-12-28T09:39:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T15:11:54.000Z (over 3 years ago)
- Last Synced: 2025-01-17T01:48:54.341Z (about 1 year ago)
- Topics: beginner, beginner-friendly, containerization, containers, docker, docker-compose, python, tutorial
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker-Ubuntu-Python3
## Usage
In your shell type :
`docker-compose up`
You will see the result of your python code.
This is the way you need to run your python code with ubuntu as base image for your Dockerfile.