https://github.com/benjaminrose/astro-container
https://github.com/benjaminrose/astro-container
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjaminrose/astro-container
- Owner: benjaminrose
- License: mit
- Created: 2024-12-14T15:35:12.000Z (over 1 year ago)
- Default Branch: latest
- Last Pushed: 2024-12-16T16:09:26.000Z (over 1 year ago)
- Last Synced: 2025-05-20T05:37:01.722Z (about 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Astro Container
My default scientific Python, with a focus on astronomy, container.
## Uses
My typical use is to pull this container and add a volume that contains the data and analysis scripts.
```shell
docker pull ghcr.io/benjaminrose/astro-container
docker run -it -v .:/root ghcr.io/benjaminrose/astro-container
```
This will add the working directory into the containers working directory. Also, adding `:tag` after `astro-container` will get you something other than the latest container.
I'll add a PodMan example at some point.
## Help and Contributions
This is a repository I use for testing. I may not respond to pull requests or issue on GitHub.