-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev start multiuser mode #13661
base: master
Are you sure you want to change the base?
Dev start multiuser mode #13661
Conversation
I want to run multiple instances of Apollo on the same user. Can you please suggest a modification to your code so I can do that? |
Hi MaisJamal. For this, run a script dev_start_multi_same_user.sh as many times as you want to create instances. After multiple runs of
note: set the host username with the |
I run the script dev_start_multi_same_user.sh many times, But all the containers have the same name: apollo_dev_user, so when the second container start the first one closes. |
Could you provide output of |
My bad. I was using dev_start_multiuser.sh instead of dev_start_multi_same_user.sh. Now everything works fine. |
There are some issues (#13353 #13255) where users want to be able to run multiple development containers for multiple users on the same host. The script (
dev_start_multiuser.sh
) was prepared for this purpose.Using this script, several users work with the apollo project on the same server in my environment and no problems arise.