https://github.com/juselara1/python-oracle.template
Cookiecutter template for my personal oracle-based development environment for Python in docker.
https://github.com/juselara1/python-oracle.template
Last synced: 25 days ago
JSON representation
Cookiecutter template for my personal oracle-based development environment for Python in docker.
- Host: GitHub
- URL: https://github.com/juselara1/python-oracle.template
- Owner: juselara1
- Created: 2025-04-09T14:46:40.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T02:13:08.000Z (about 2 months ago)
- Last Synced: 2025-04-10T03:23:55.110Z (about 2 months ago)
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Base Cookiecutter Template for Python Development on Oracle Linux
---This `cookiecutter` template creates an isolated and complete Python development environment in `docker` using `oracle-linux` as the base image, and shares the same host user and ssh keys.
Example usage:
```sh
cat > "/tmp/config.yml" <