Docker - difficulty installing mysql8 #2616
Replies: 5 comments
-
Hi @fabiodurao, Maybe you were running it with a different linux user before, and now you're running it with root privileges. Then any other user can have limited access to these created folders. Changing the port for tomcat/scadalts shouldn't matter here. Regards, |
Beta Was this translation helpful? Give feedback.
-
I was checking what you told me about the folder, I changed the file to an empty folder, before that I deleted a folder that existed with the name "docker", but it was empty, after deleting the folder and changing the docker-compose file .yml to another folder and also delete the container, I ran "docker-compose up database" and it gave the same return. |
Beta Was this translation helpful? Give feedback.
-
@fabiodurao I'm talking about where the docker-compose.yml file is empty outside of this file, can you do it like this? edit:
|
Beta Was this translation helpful? Give feedback.
-
Success in step 2!
Many thanks for the support! |
Beta Was this translation helpful? Give feedback.
-
Okey, iam closed. |
Beta Was this translation helpful? Give feedback.
-
Hello Kamil, I tried to run docker on my linux machine, where I always tested docker images and this time I was unsuccessful. I followed the docker-compose tutorial, I even bothered to get the most up-to-date docker-compose.yml here on github and deleted all containers and previous images to avoid any problems
1.I downloaded docker-compose.yml
1.1 I changed the output port to 8081 so as not to conflict with another tomcat that I have installed (in the same way that I always did to test the Scada-LTS images);
2.First you need to start the database:
docker-compose up database
3.When the database starts then:
docker-compose up ladders
and got the feedback below
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions