examples
examples copied to clipboard
files and instructions for creating and using example containers from the sylabs.io blog
### Example: database/mongodb The build process fails. Many 404 errors appear when trying to access Debian repositories. ``` $ sudo singularity build mongodb.sif mongodb.def INFO: Starting build... INFO: Downloading library...
### Example: database/mariadb When following the instructions in README.md, you reach a point where the example stops working. Specifically in the "Secure our installation" section: ``` > mysql_secure_installation ... Enter...
### Example: file-generating/ronn Example builds and runs without problem in `x86_64`, it would be nice if this worked on `arm64` too.
When trying to run the interactive Blender container documented [here](https://github.com/sylabs/examples/tree/master/graphics/rendering/blender#running-blender-interactively), and using the indicated command: `$ singularity exec --nv blender.sif blender` I get the following error: ``` Authorization required, but...