I ran docker run -v and it shows error as invalid characters in local volume name.
"If you intended to pass a host directory, use absolute path"
also is printed in the terminal.
Tried replacing -v
with --mount
but gives error on parameters
sudo docker build -t="sreedath/tensorflow_1.1.0_py3" .
sudo docker run -p 8888:8888 --name=tensorflow_sreedath_py3 -v home/sreedath/Mytest/LSTM-Sentiment-Analysis:/LSTM-Sentiment-Analysis -it sreedath/tensorflow_1.1.0_py3
desired output is to get the localhost at port:8888
, but due to error the local host is not working