Request to be more explicit on the docker install. #769
Closed
michaeltaylorj2ee
started this conversation in
Ideas
Replies: 2 comments
-
To submit a documentation update, send a pull request. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is a known limitation, as you have to start the initial setup process while attached to a tty. The docker-compose.yml in the repo assumes that you already have it setup whereas the README includes instruction for the setup process. I plan to submit a PR sometime soon to better document the process. I'm not quite sure about creating containers with Portainer, but there should be an option for it to attach to a shell. This would be fair to document. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was having issues installing this to my docker instance and thought that there might be a better way to describe how to install on docker. It is not very explicit how you get to the setup by leaving out the watch command. It also might be helpful to indicate that it is best to do the initial installation via the command line and then eventually managing the installation with something like Portainer.
That being said, if anyone else has trouble, hopefully this post will help you if you encounter the same issues.
I was getting this error initially:
I was having trouble getting into the shell once the container started. I was trying to use portainer to install, but ended up using SSH to install. Not sure if there is a way to use stack in portainer and immediately go to the shell, but this worked.
My tech is:
Login to your system with SSH and create a docker-compose.yml file. Here is mine.
Then run this in SSH:
Then complete the install with the command line and you will get your env file created.
Then run this in SSH
My plan now is to remove this initial container and replace it with my stack.
Beta Was this translation helpful? Give feedback.
All reactions