No project description provided
Project description
OU Container Builder
Documentation for the OU Container Builder can be found here: https://ou-container-builder.readthedocs.io
Install and Run
To run the OU Container Builder you need to install the following two requirements:
Then, to install the OU Container Builder run
pipx install git+https://github.com/mmh352/ou-container-builder.git
To upgrade to the latest version, run:
pipx upgrade ou-container-builder
You can then run the OU Container Builder using the following command:
ou-container-builder
Demo
To build the demo container:
-
Clone the repository
-
Change into the
demo
directory -
Run
ou-container-builder
The resulting container listens for connections on port 8888 and it is recommended that you mount the
/home/ou-user
directory as a volume.
Development
To work on the OU Container Builder you need to install an additional dependency:
Then use
poetry install
to install all Python dependencies in a project-specific virtualenv. Then start a shell that runs commands within that virtualenv:
poetry shell
You can now run
ou-container-builder
to run your development version of the code.
Validation
To automatically check that any committed code follows the Python guidelines, install a git pre-commit hook using the following command:
pre-commit install
Validation checks are automatically run and must be passed before code can be merged into the default branch.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for ou_container_builder-2.7.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6684adb0b7005a9ee43889001c849d3e89e90008f8c2e315802e66db7af3cd3a |
|
MD5 | 5f700aa74ed73cdad7a301ab39d34716 |
|
BLAKE2b-256 | 29cf3c345b022c8824990a9ca39fbff77d3a46605358ee541ca3e50a7690da97 |
Hashes for ou_container_builder-2.7.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 347348db2c74f08c8226b2d4da5c71ba991f73e97cd0e3af787c9a4ff2411573 |
|
MD5 | 28c5412c1233154ba347a1a87af76549 |
|
BLAKE2b-256 | 25988b37b2cbcc25bc533b7d287a365f10329ff27cb3d5e77a9965763db77d19 |