Added a written tutorial with the commands the user will need to copy and paste
Made the right side account menu toggle so that it can be hidden, especially useful for mobile or small screens
Fixing:
A bug that doesn't let you name the docker, just a logic error that names them container0, container1, container 2, etc... instead of the given name
Improving:
Adding logic to prevent repeated ports on the containers
To do:
Add logic to ensure the input fields are correctly formatted, such as making sure a community exists (which would be a bit more complex), the port is in a valid range of ports, the names are valid, etc.