Skip to content
Discussion options

You must be logged in to vote
$ echo test123 > databases.conf
$ podman run --rm --entrypoint="" -it --mount type=bind,src=./databases.conf,dst=/opt/firebird/databases.conf,Z docker.io/firebirdsql/firebird:latest bash
root@3edb5f10257a:/# ls /opt/firebird/
CHANGELOG.md	IPLicense.txt  SYSDBA.password	databases.conf	fbtrace.conf   firebird.log  intl  misc     plugins.conf      replication.log  tzdata
IDPLicense.txt	README.md      bin		fb_guard	firebird.conf  firebird.msg  lib   plugins  replication.conf  security5.fdb
# cat /opt/firebird/databases.conf 
test123
# grep /opt /proc/self/mountinfo 
1346 1334 0:41 /home/pholzing/databases.conf /opt/firebird/databases.conf rw,relatime - ...

signle file mount works just fine a…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Luap99
Comment options

Answer selected by pressing-buttons
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants