mirror of
https://github.com/containers/ramalama.git
synced 2026-02-05 15:47:26 +01:00
This eliminates the need for pulling images by accident when not using containers. Since these commands are only used for container commands, no need for them in other places. Fixes: https://github.com/containers/ramalama/issues/1662 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
RamaLama Docs
RamaLama uses man pages
Directory Structure
| Description | Directory |
|---|---|
| Markdown source for man pages | docs/*md |
| target for output | docs/*.[15] |
| man pages | docs/*.[15] |
Build the Docs
To build standard man pages,
- Make sure in
ramalamadirectory
cd ramalama
- Install tools
make install-tools
- Make the man docs
make docs
- Results will be in
docs
cd docs
Run the Tests
To run the tests,
-
Install pytest
-
Run tests with
pytest
or
pytest path/to/test_file.py
(which runs an individual test file)