-
Notifications
You must be signed in to change notification settings - Fork 55
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
i try to use your docker image in Azure webapp #15
Comments
What is webapp? What is the tag on the image? |
Hi,
I used your itop Docker images (2.6.1 base)
docker pull vbkunin/itop
https://hub.docker.com/r/vbkunin/itop
And Azure webapp is a PaaS cloud service :
https://azure.microsoft.com/fr-fr/blog/webapp-for-containers-overview/
If you can't help me, can you provide me the access to your Docker images ?
Regards.
F.
0645153541
…________________________________
From: Vladimir Kunin <notifications@github.com>
Sent: Sunday, May 19, 2019 8:46:35 PM
To: vbkunin/itop-docker
Cc: iFma; Author
Subject: Re: [vbkunin/itop-docker] i try to use your docker image in Azure webapp (#15)
What is webapp? What is the tag on the image?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#15?email_source=notifications&email_token=ADDO6AL6YIZMC5RD6TYDY4LPWGOAXA5CNFSM4HN3EM3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVXID6A#issuecomment-493781496>, or mute the thread<https://github.com/notifications/unsubscribe-auth/ADDO6AI4TTJTT7HT7SGEGW3PWGOAXANCNFSM4HN3EM3A>.
|
Do you have the same error running the image on you local machine? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I created a webapp with your docker image.
I have access to iTop but, when i want to install it, i have a PHP error :
Fatal error: Uncaught ConfigException: Could not find configuration file: file = /var/www/html/conf/production/config-itop.php in /var/www/html/core/config.class.inc.php:1384 Stack trace: #0 /var/www/html/core/config.class.inc.php(1401): Config->CheckFile('configuration', '/var/www/html/c...') #1 /var/www/html/core/config.class.inc.php(1354): Config->Load('/var/www/html/c...') #2 /var/www/html/setup/wizardsteps.class.inc.php(2537): Config->__construct('/var/www/html/c...') #3 /var/www/html/setup/wizardcontroller.class.inc.php(191): WizStepDone->Display(Object(SetupPage)) #4 /var/www/html/setup/wizardcontroller.class.inc.php(132): WizardController->DisplayStep(Object(WizStepDone)) #5 /var/www/html/setup/wizardcontroller.class.inc.php(263): WizardController->Next() #6 /var/www/html/setup/index.php(61): WizardController->Run() #7 {main} thrown in /var/www/html/core/config.class.inc.php on line 1384
Can you help me please?
The text was updated successfully, but these errors were encountered: