https://github.com/veldhub/veld_code__simple_docker_test
Code veld providing a simple docker test.
https://github.com/veldhub/veld_code__simple_docker_test
docker testing
Last synced: 2 months ago
JSON representation
Code veld providing a simple docker test.
- Host: GitHub
- URL: https://github.com/veldhub/veld_code__simple_docker_test
- Owner: veldhub
- License: mit
- Created: 2024-12-04T13:53:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-20T19:27:40.000Z (over 1 year ago)
- Last Synced: 2025-01-30T10:18:32.297Z (over 1 year ago)
- Topics: docker, testing
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#  veld_code__simple_docker_test
This repo contains [code velds](https://zenodo.org/records/13322913) provides a simple docker test
to print information from within the container. Maybe of help as a template when it comes to
problems with other veld / docker setups.
## requirements
- git
- docker compose (note: older docker compose versions require running `docker-compose` instead of
`docker compose`)
## how to use
A code veld may be integrated into a chain veld, or used directly by adapting the configuration
within its yaml file and using the template folders provided in this repo. Open the respective veld
yaml file for more information.
**[./veld.yaml](./veld.yaml)**
Prints python interpreter information from within the container.
```
docker compose -f veld.yaml up
```