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-3.0.0b7.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 894d2246c571022382a66a71854925aadb57d94769713e1374500cf7bd8aa255 |
|
MD5 | 74303981d1dbde3f0986f06460252579 |
|
BLAKE2b-256 | 7fe71cca2ec7f388aef1e08f974f2bb2573ed442df43a193d094c87989a11991 |
Hashes for ou_container_builder-3.0.0b7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cbdc75bfb796ec1adfdc79968aa7d071944d1816c7aa611af934ab352757a52 |
|
MD5 | 44d5a13ede83ea0cdab864031ddae516 |
|
BLAKE2b-256 | b8cb71c943a3bd9bff894309578a4ca0f0428c3372e19d1db2a4e4511c3d46eb |