marina manages docker instances
Project description
marina
Marina is a tool for building docker images with a focus on separating compile-time dependencies from run-time dependencies in order to keep the shipped images small and secure.
Usage
marina -vvv build examples/shootout
App Config
name: dummy
compile:
base_image: ubuntu:14.04
commands:
- dd if=/dev/urandom of=/srv/dummy bs=50kB count=1
files:
- /srv/dummy
run:
base_image: ubuntu:14.04
0.0.6 (2016-01-08)
[build] Delete any volumes associated with a container.
[build] Fix usage of ExposedPorts from runner base image.
0.0.5 (2015-08-25)
[build] Exit with an error code upon failure instead of 0.
0.0.4 (2015-08-24)
Turn off docker hostname verification to enable connections with docker-machine instances over SSL until https://github.com/docker/docker-py/issues/731 is resolved.
[build] Avoid detaching from the archive container before the tarfile has been fully written to disk.
[build] Add --skip-cleanup option for keeping images/containers/files around after the build.
0.0.3 (2014-11-19)
Support docker 1.3.x and its TLS requirements.
0.0.2 (2014-07-12)
Support --quiet for suppressing output.
[build] Add --env option for specifying credentials and other configurable build-time settings.
[build] Ensure the busybox image is around.
0.0.1 (2014-07-03)
Initial release.
First cut at “marina build” to generate a working docker container.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file marina-0.0.6.tar.gz.
File metadata
- Download URL: marina-0.0.6.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b027900bcf74f841cfc44dfe6a55f64359d78a8609d7f58c1800d1b71cc46ad2
|
|
| MD5 |
2872e596a6552301cb0bf3d028fb7d98
|
|
| BLAKE2b-256 |
898e727ca4a1f44d05dd64f73d74044a03a8609456d93a9d3dff216c3707ff1d
|
File details
Details for the file marina-0.0.6-py2.py3-none-any.whl.
File metadata
- Download URL: marina-0.0.6-py2.py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
212f00960fc71229a6f5700d135ebcbaa1e830b5c5403950a45a39727a7f8b48
|
|
| MD5 |
074384fbcfde526d7b3cd0421cceee57
|
|
| BLAKE2b-256 |
f9431ee67e39c52161a0e6474a84e1f2295059511087a6f5c9f77f63aec2fcc6
|