If it is a remote filesystem (vs a local filesystem) then you must also have only one connection (ever) to the database file at any given time. Otherwise you may have issues. (Note "Single User" does not mean "Single Connection")
> Hi Simon. Thank you for your answer. It's single user and without > concurrency. > > > On Feb 1, 2017 18:32, "Simon Slavin" <[email protected]> wrote: > > > On 1 Feb 2017, at 5:08pm, Sebastián Guevara <[email protected]> > wrote: > > > Hello to all. We are contemplating using SQLite from within a Docker > > container accessing a DB on a mounted volume. > > Does your setup involve two or more users accessing the data at the same > time ? It’s possible that locking won't work properly. > > Sorry I can’t answer your question, but the above occurred to me when I > read it. > > Simon. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ > sqlite-users mailing list > [email protected] > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

