Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2024-07-23
Added
- Added
melon/container/mapped_portto get a mapped port of a given container. - Added
melon/container/stopto stop a given container. - Added
melon/container/startto start a given container. - Added
melon/container/add_envto add an environment variable to a given container. - Added
melon/container/add_exposed_portto add an exposed port to a given container. - Added
melon/container/set_working_directoryto set the working directory of a given container. - Added
melon/container/set_commandto set the command of a given container. - Added
melon/container/set_entrypointto set the entrypoint of a given container. - Added
melon/container/set_userto set the user of a given container. - Added
melon/container/newto create a new container.