Seamlessly execute commands in a container
Project description
dockerized 🏗❤️
Easily Docker-ize your build/development environment and seamlessly run commands inside it.
dockerized is a tool for seamlessly executing commands in a container. It takes care of the details so you can run a command in a container as if it was running on your machine - just prepend any command with dockerized exec
to have it run in the container.
Documentation
See https://benzaita.github.io/dockerized-cli/index.html
Getting Started
Install dockerized:
$ pip install dockerized
Initialize your environment:
$ dockerized init
$ echo FROM python:3.9 > .dockerized/Dockerfile.dockerized
or use an example:
$ dockerized init --from https://github.com/benzaita/dockerized-example-python.git
Then run a command inside that environment:
$ dockerized exec python --version
...
Python 3.9.0
Or drop into an interactive shell inside the environment:
$ dockerized shell
# python --version
Python 3.9.0
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 dockerized-0.21.0.tar.gz
.
File metadata
- Download URL: dockerized-0.21.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.1 CPython/3.10.12 Linux/6.5.0-1015-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
54aa791adea71ae86c080d8b173c1adca45c82810a177c741b047c089052b1c5
|
|
MD5 |
933a3c0cf468244f5e68002d638406cb
|
|
BLAKE2b-256 |
421fb1c5b63a72a0d74d459179074e843fb36116a244845a2c25725676109931
|
File details
Details for the file dockerized-0.21.0-py3-none-any.whl
.
File metadata
- Download URL: dockerized-0.21.0-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.1 CPython/3.10.12 Linux/6.5.0-1015-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f2e0e9d0120a8333ca5a6ad2942a4a4a8669f579456f4caa351d36ea72b003b3
|
|
MD5 |
f33c3b091437ffb03bd98e39a44cad6b
|
|
BLAKE2b-256 |
f28ae4facb3e4327db25fa3f210548905dcd2ab64fb771718b52aa8914751086
|