tinode / chat

Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots
GNU General Public License v3.0
11.94k stars 1.87k forks source link

Error on installing with docker #68

Closed AmirGhazaei closed 6 years ago

AmirGhazaei commented 6 years ago

Hi

When I install the tinode server whit docker, face with this error:

docker build --tag=tinode-init-db init-rethinkdb
unable to prepare context: path "init-rethinkdb" not found

Thanks.

or-else commented 6 years ago

You need to download the docker files and save them to init-rethinkdb folder. Please read Docker documentation, maybe find a basic tutorial and in general make yourself familiar with Docker. Your problems are not specific to Tinode. You are having problem with your Docker setup.