dog is a simple wrapper for docker run to make it simple to call tools residing inside docker containers
Project description
dog
dog is a simple wrapper for docker run to make it simple to call tools residing inside docker containers.
The basic idea is that you just put "dog" in front of the command you normally call.
So if your normally use "make" to compile your code, then if your compiler tools are stored inside a docker container you just do "dog make" instead - and dog will mount you local workspace and run the correct docker container without the developer noticing at all.
The docker container to use is defined in a file called dog.config which is normally positioned in the root of your workspace and contains the name of the docker image.
Documentation
Usage, Configuration and how it works is all available here.
Installation
Dog is a single file script that only require Python 3.5+ and does not use any modules outside the ones that ship with Python.
So basically you can just clone the repo and stick a symlink to dog.py in your PATH.
Dog is also available on pypi so you should also be able to simply do:
pip install dog
# Or
python -m pip install dog
To get going.
Example
By default the docker image is fetched from the default docker registry (hub.docker.com), for instance:
[dog]
full-image=gcc:7.5
Means that:
dog gcc main.c -o main
Will compile main.c using gcc 7.5.
crossbuild-for-dog
You can see a more real-world example by looking at the crossbuild-for-dog test image that extends the standard crossbuild docker image with a dog enabled entrypoint - which can then be used to compile ARM linux executables anywhere.
The source for crossbuild-for-dog is available in tests/dockers/crossbuild-for-dog and there is a pytest verifying it in tests/test_crossbuild_for_dog.py.
Project details
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 dog-9.tar.gz
.
File metadata
- Download URL: dog-9.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | acfb6805466bb8ce65c977c0d1ed0ee58e002999f478211eb1512821ecca4cb6 |
|
MD5 | 166e2b5dbedb28a8d642383ff21be568 |
|
BLAKE2b-256 | 83c6b151ca1f176c8eac059bf5f67a1deaff55cad1952d554082df77814c3411 |
File details
Details for the file dog-9-py3-none-any.whl
.
File metadata
- Download URL: dog-9-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f71855caef23c1bb8d84c77b0c334edbca17f5b828d17b3de04d38302fa794cc |
|
MD5 | e7d29709fbabad9ab04574dd85573576 |
|
BLAKE2b-256 | a2de8e4783007b8821ac212cf66d65dabb04fe26257ee936caf8e429304b9622 |