Skip to main content

UNKNOWN

Project description

# Dockerize

Dockerize will pack up your dynamically linked ELF binaries and all
their dependencies and turn them into a Docker image.

Some example images built with this tool are available from:

- https://hub.docker.com/u/dockerizeme/

## Synopsis

usage: dockerize [-h] [--tag TAG] [--cmd CMD] [--entrypoint ENTRYPOINT]
[--no-build] [--output-dir OUTPUT_DIR] [--add-file SRC DST]
[--user USER] [--group GROUP] [--filetools] [--verbose]
[--debug]
...

positional arguments:
paths

optional arguments:
-h, --help show this help message and exit
--add-file SRC DST, -a SRC DST
Add file <src> to image at <dst>
--user USER, -u USER Add user to /etc/passwd in image
--group GROUP, -g GROUP
Add group to /etc/group in image
--filetools Add common file manipulation tools

Docker options:
--tag TAG, -t TAG Tag to apply to Docker image
--cmd CMD, -c CMD
--entrypoint ENTRYPOINT, -e ENTRYPOINT

Output options:
--no-build, -n Do not build Docker image
--output-dir OUTPUT_DIR, -o OUTPUT_DIR

Logging options:
--verbose
--debug

## A simple example

Create a `sed` image:

dockerize -t sed /bin/sed

Use it:

$ echo hello world | docker run -i sed s/world/jupiter
hello jupiter

## A more complicated example

Create an image named `thttpd`:

dockerize -t thttpd \
-a /var/www/thttpd /var/www \
--entrypoint '/usr/sbin/thttpd -D' \
--cmd '-d /var/www' \
/usr/sbin/thttpd

Serve default content:

docker run thttpd

Serve your own content:

docker run -v /my/content:/var/www thttpd

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

dockerize-0.2.2.tar.gz (19.0 kB view details)

Uploaded Source

File details

Details for the file dockerize-0.2.2.tar.gz.

File metadata

  • Download URL: dockerize-0.2.2.tar.gz
  • Upload date:
  • Size: 19.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dockerize-0.2.2.tar.gz
Algorithm Hash digest
SHA256 efd705bb6c2dd6e516c42c083530ba1d014fd10a9733fb0972fddc3adfb9567f
MD5 1e9dd1db526b60c60a489ce7c9845c22
BLAKE2b-256 a26d17b5566f2fad5f904c8bd8b1ddc6599c5fd156bc5a761a176ff880f02d78

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page