Answer the question
In order to leave comments, you need to log in
Why is the symbol link (centos) not created?
Friends, hello everyone!
I'm trying to forward the mounted file through docker to the web server directory to start.
Command: ls -s /main/pymain.py /var/www/python/
In response I get:
4 /main/pymain.py
/var/www/python/:
total 0
Answer the question
In order to leave comments, you need to log in
Let's start with the fact that ls is a list , it shows a list of files, but the ln - link
command is needed.
Further, if the file is in a docker container, then it will not get to the host, /var/www/python and the web server must be in the same container as /main/pymain.py
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question