A python commandline tool to run commandline tools that are in docker images
Project description
A python commandline tool to run commandline tools that are housed in docker images to make them like binary installs
Per present day shipping terms: A “Waybill” is a non-negotiable document prepared by or on behalf of the carrier at origin. The document shows origin point, destination, route, consignor, consignee, shipment description and amount charged for the transportation service.
Waybill takes this concept and applys it to the docker ecosystem and gives you a commandline interface to create, share and use these shell environment shims to run tools contained in docker images, but automates the docker parts to make it so these docker images act like binary distributions. All you do is define the necessary parameters and a shim will be created that you can use in your shell environment
# This is the creation interface for waybills waybill create “mycustomtool” “docker.sample.com/mycustomtool:latest”
# This is an alternative command to create that helps you import waybill yaml definitions so you can share them with others easily # You could also just share your ~/.waybills directory waybill load waybills.yaml
# For more documentation see waybill –help
# After the waybills have been defined/setup $(waybill shellinit) # this could be run in .bash_rc or .profile or similar
# Now a custom shim should be in place mycustomtool –version # will run the shim that runs a docker pull and docker run for the predefined image with the given command name and args
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
File details
Details for the file waybill-0.1.3.tar.gz
.
File metadata
- Download URL: waybill-0.1.3.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 526a0f978c41f4c03fbf6694ee4aaeb1a0a5395ff530f823e7be91f64027a1cd |
|
MD5 | 80736f09140eb533342f3a91b9f31180 |
|
BLAKE2b-256 | 0279798ca7336b18cbb8fba3a436d3b4599f66d3c4f60fb996607ae5548675c6 |
File details
Details for the file waybill-0.1.3-py2.py3-none-any.whl
.
File metadata
- Download URL: waybill-0.1.3-py2.py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76a88c5672fcb77d07956f9204d22ec919d691c22a564919facfb94ba675327d |
|
MD5 | 55cac8f0aef1325c0171b20d867804a7 |
|
BLAKE2b-256 | 7da22bee39cc39352109dc230ee0dd3445d7abbcebed4ebb53c1f0f381872fff |