Crates.io | depploy |
lib.rs | depploy |
version | 0.2.3 |
source | src |
created_at | 2021-11-21 20:28:45.455648 |
updated_at | 2022-07-05 10:19:23.971175 |
description | Depploy is a cli tool that makes it easy to create docker images, for every programming language. |
homepage | https://github.com/MichaelProjects/depploy |
repository | |
max_upload_size | |
id | 485448 |
size | 148,968 |
Depploy is a cli tool that makes it easy to create docker images, for every programming language. Simply specify the name and the version in your application config, and depploy will take care of build and pushing to the docker hub or your private registry.
cargo install depploy
Depploy is pretty simple, type:
depploy run
and depploy searches in the current directory for a (any file extionsion like yml, toml, yaml, ini):
the config needs to contain following keys:
name
version
more configuration file are coming.
This command uses the specified path and index all file extionsion with that are not ignore via the ".gitignore". If the programming language is currently supported by depploy, it will create a dockerfile in the root of your folder.
depploy generate
You are welcome to submit a pull request to the dockerfile branch to add your basic instruction file to depploy.
Depploy pushes without any configuration to the docker hub, if you want to change this then you need to create following configuration file:
nano "~/.depploy/settings.toml
the content should be look like the "example_settings.toml".
these are the features that should be added in the near future.