An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ![veld chain](https://raw.githubusercontent.com/veldhub/.github/refs/heads/main/images/symbol_V_letter.png) 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
```