Answer the question
In order to leave comments, you need to log in
What is the correct way to execute many commands in Docker?
Please tell
me there is a project with several parsers (some are written in scrapy),
I want to run each parser for a specific site on the docker, but a dilemma arose, there are a lot of commands.
after searching the Internet I found a solution, create a bash script, write down all the commands there
and then run the docker and directly run the script in CMD,
so the question arises how much this is the right solution, if I understand correctly, then it will not be necessary to install python in the docker, and ubuntu, and there already install python and run everything, right?
If suddenly there is another solution, I will be very grateful.
Answer the question
In order to leave comments, you need to log in
How to correctly execute many commands in Docker
I want to run them on docker, but a dilemma arose, there are a lot of commands
searching the Internet found a solution, create a bash script, write down all the commands there
then it will not be necessary to install python in the docker, but ubuntu, and there already install python and run everything, right?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question