Easily run commands inside your projects' Docker containers
Project description
dexec (Docker exec)
dexec allows you to easily run commands inside project-based Docker containers.
Simply create a .dexec file like this:
[dexec]
container=my_container
path=/data
Where container is the name of the container, and path the path inside the
container of the directory in which the .dexec file is placed.
Now, just run:
dexec ls -l
And you'll see the directory listing from inside the container. Other commands can be executed just the same, and they can be relative to the path:
dexec ./bin/my-script
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
dexec-0.1.1.tar.gz
(2.5 kB
view details)
File details
Details for the file dexec-0.1.1.tar.gz.
File metadata
- Download URL: dexec-0.1.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.24.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd0bc8b3f16959493cc8baa6e6d08787f0221ce673d27c68e5b8864aacbd9a11
|
|
| MD5 |
08752cfe0a269b6b58ff8fa6515745f0
|
|
| BLAKE2b-256 |
3082d408900ef4e30b70b75ea8f5fba7795f039228e6803227f38a64eccff19d
|