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.0b2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ff5689fd6250d949abe1053d5b24a518aa5ce53698ade8d290eb9a05add02af |
|
MD5 | e69998e52e6b34cd67fdb381bccab203 |
|
BLAKE2b-256 | a6aa0ac94f230a9227846e0de388e85a86fe65096a9bf742311a0e1074f615a6 |
Hashes for ou_container_builder-3.0.0b2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c03863ed0a1690035c538db7954df040d0b8bb3ee08a91faf2a7fe7d47274698 |
|
MD5 | 08f1d317b756626f79481a1ea7376e7d |
|
BLAKE2b-256 | 325d4f368e1b045e184d06a02b6dbac921597e1026a1fff441143e081437c726 |