Rodolfo Berrios
Rodolfo Berrios
Methods like `Action::getResponseParameters`are used to define the initial state for the responseParameters property. This practice propagates in many components here, also some packages. Need to make these methods private/protected because...
Detect if it is safe to run apt, to avoid issues with providers that doesn't look VPS boot processing. Re: https://stackoverflow.com/questions/18008508/bash-how-to-check-if-packages-can-be-installed-if-apt-get-dpkg-is-running
Need to check if running on compatible system (Ubuntu 20.04) and emit a notice when running something else.
To run CLI commands it requires to `bash` in the container. It will be more productive if the commands can forward from a Make target.
Add `composer-` prefix.
Need to check the license key at host layer, this is because wrong license keys are causing [a container loop](https://github.com/chevereto/docker/blob/4.0/docs/MAKE.md#troubleshooting) without feedback.
Need to provide an update command to update the application files in the persistent bootstrapped layer.
Need to investigate a method for providing the containers with renewable HTTPS support.
Need to document the process for updating the containers while keeping the persistent layer.