Creates the folder structure for a docker environment based on the containers you want to use
**What** We need to prefix the docker containers with something, so as part of the user setup process, ask the user for a prefix. The prefix must be lowercase and a single word. The method exists in the `Project` class but not the logic **How** Use the response class to ask for a prefix. Look at how other methods implement it **Where** **Why** We need to prefix containers as well as the network **End Result** Prefix is saved as a property inside the project class and this is added to every required bit in the end configuration (former is most likely done) **Checklist** - [ ] Develop existing method **Resources**
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by ebebbington and has received 0 comments.