chef-boneyard / knife-container

DEPRECATED: Container support for Chef's Knife Command
Apache License 2.0
57 stars 11 forks source link

Add docker ENV capability #54

Closed PierreRambaud closed 9 years ago

PierreRambaud commented 9 years ago

Reasons:

Changes:

Example:
    --env FOO=BAR --env BAZ=BAT
    # Will add
    ENV FOO=BAR
    ENV BAZ=BAT
PierreRambaud commented 9 years ago

Gentle ping :)

PierreRambaud commented 9 years ago

Just seeing the deprecation of this repository, so I close this issue. Regards,