cargo-rocket-docker-0.1.5 is not a library.
Cargo Rocket Docker - Work In Progress (IMPORTANT)
WIP: Sub command to create a docker image for Rocket Project.
IDEA
Creates a docker image based on alpine for project, and it allow you put tags tofor images, if you have operation system dependencies you can espesify into configuration.
# Variant for all flow
Publish all images into the Docker repository.
Creates Dockerfile and ingore file to custumize acording to your requirement.
Custom Configuration into Cargo.toml
[]
= 'server'
= '1.6.6'
= 'fromfile<file@from.com>'
= "garyascuy/server"
= [
"garyascuy/server:1.0.0",
"garyascuy/server:latest",
]
[]
= "imagemagick"
= "gary"