Skip to content

zalf-rpm/mas_python_fbp

Repository files navigation

Docker image

The Docker image is able to execute the runnable components of this repository. For example, the channel_starter_service.

Run with

docker run -it zalfrpm/mas_python_fbp python -m zalfmas_fbp.run.channel_starter_service

Expose port 9989 and mount a local config to ./configs/channel_starter_service.toml:

docker run -it \
  -p 9989:9989 \
  -v "$(pwd)/configs/channel_starter_service.toml:/app/configs/channel_starter_service.toml:ro" \
  zalfrpm/mas_python_fbp \
  python -m zalfmas_fbp.run.channel_starter_service

Or the local components service

docker run -it zalfrpm/mas_python_fbp python -m zalfmas_fbp.run.local_components_service

About

Python FBP components/code for MAS infrastructure

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages