Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sylabs/examples
files and instructions for creating and using example containers from the sylabs.io blog
https://github.com/sylabs/examples
Last synced: about 2 months ago
JSON representation
files and instructions for creating and using example containers from the sylabs.io blog
- Host: GitHub
- URL: https://github.com/sylabs/examples
- Owner: sylabs
- License: bsd-3-clause
- Created: 2018-09-27T18:38:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-09T19:24:49.000Z (over 1 year ago)
- Last Synced: 2024-08-08T18:24:36.516Z (5 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 1.85 MB
- Stars: 101
- Watchers: 7
- Forks: 45
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - sylabs/examples - files and instructions for creating and using example containers from the sylabs.io blog (others)
- jimsghstars - sylabs/examples - files and instructions for creating and using example containers from the sylabs.io blog (Jupyter Notebook)
README
# Examples
Here you can find files and instructions for creating and using example
containers from the [sylabs.io blog](https://www.sylabs.io/lab-notes/).Each example resides in its own subdirectory with its own README.md and definition
file.All definition files provided by Sylabs are under the BSD-3 clause license,
unless noted in the file themselves. See the LICENSE.md file for more information.### Here is the example map:
- [Database](https://github.com/sylabs/examples/tree/master/database)
- [MariaDB](https://github.com/sylabs/examples/tree/master/database/mariadb)
- [MongoDB](https://github.com/sylabs/examples/tree/master/database/mongodb)
- [Redis](https://github.com/sylabs/examples/tree/master/database/redis)- [File Generating](https://github.com/sylabs/examples/tree/master/file-generating)
- [Ronn](https://github.com/sylabs/examples/tree/master/file-generating/ronn)
- [URL-to-PDF API](https://github.com/sylabs/examples/tree/master/file-generating/URL-to-PDF%20api)- [Graphics](https://github.com/sylabs/examples/tree/master/graphics)
- [Rendering](https://github.com/sylabs/examples/tree/master/graphics/rendering)
- [Arnold](https://github.com/sylabs/examples/tree/master/graphics/rendering/arnold)
- [Blender](https://github.com/sylabs/examples/tree/master/graphics/rendering/blender)- [HTTP Server](https://github.com/sylabs/examples/tree/master/http-server)
- [Apache2 Web Server](https://github.com/sylabs/examples/tree/master/http-server/apache2-web-server)
- [Nginx PHP web server](https://github.com/sylabs/examples/tree/master/http-server/nginx-php-web-server)- [Internet of Things](https://github.com/sylabs/examples/tree/master/iot)
- [ContikiOS](https://github.com/sylabs/examples/tree/master/iot/contiki)- [Languages](https://github.com/sylabs/examples/tree/master/lang)
- [Golang](https://github.com/sylabs/examples/tree/master/lang/golang)
- [JavaScript](https://github.com/sylabs/examples/tree/master/lang/javascript)
- [NodeJS](https://github.com/sylabs/examples/tree/master/lang/javascript/nodejs)
- [Julia](https://github.com/sylabs/examples/tree/master/lang/julia)
- [Octave](https://github.com/sylabs/examples/tree/master/lang/octave)
- [RStudio](https://github.com/sylabs/examples/tree/master/lang/RStudio)
- [Ruby](https://github.com/sylabs/examples/tree/master/lang/ruby)- [Machine Learning](https://github.com/sylabs/examples/tree/master/machinelearning)
- [Caffe](https://github.com/sylabs/examples/tree/master/machinelearning/caffe)
- [Detectron](https://github.com/sylabs/examples/tree/master/machinelearning/detectron)
- [H2o4gpu](https://github.com/sylabs/examples/tree/master/machinelearning/h2o4gpu)
- [Horovod](https://github.com/sylabs/examples/tree/master/machinelearning/horovod)
- [Intel-Tensorflow](https://github.com/sylabs/examples/tree/master/machinelearning/intel-tensorflow)
- [Jupyter Notebook](https://github.com/sylabs/examples/tree/master/machinelearning/jupyter-notebook)
- [Orange Data Mining](https://github.com/sylabs/examples/tree/master/machinelearning/orange)
- [Spark](https://github.com/sylabs/examples/tree/master/machinelearning/spark)
- [Weka](https://github.com/sylabs/examples/tree/master/machinelearning/weka)- [Message Broker](https://github.com/sylabs/examples/tree/master/message-broker)
- [RabbitMQ](https://github.com/sylabs/examples/tree/master/message-broker/rabbitmq)- [Packaging](https://github.com/sylabs/examples/tree/master/packaging)
- [FPM](https://github.com/sylabs/examples/tree/master/packaging/fpm)