newbies question of getting start #80
Unanswered
elliot-bia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Behaviour
Hello, there! I have a question of starting the container
I can't access this samba server
Steps to reproduce this issue
mkdir /samba/
andmkdir /data/
/data/config.yml
docker run -d -p 445:445 -v /samba/:/samba/ -v /data/:/data/ --name samba crazymax/samba
Expected behaviour
That I can't access this server, it throwing an error of
Unspecified error 80004005
Configuration
docker --version
) : Docker version 20.10.12, build 20.10.12-0ubuntu2~20.04.1uname -a
) : Linux ramiubuntutest 5.4.0-120-generic #136-Ubuntu SMP Fri Jun 10 13:40:48 UTC 2022 x86_64 x86_64 x86_64 GNU/LinuxDocker info
Logs
Beta Was this translation helpful? Give feedback.
All reactions