summaryrefslogtreecommitdiff
path: root/typescript/README
blob: f0a9445600c263ef24775a8fe5bbe22583f9560a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Building and running the image.

'cd' into 'container/' and run:
$ podman build -t $tag .

After the build, run:
$ podman run [-it] [-v /host/path/to/config-file:/config.ts] $tag

The "[-it]" part makes it interactive, although it won't
be possible to kill the container only with CTRL-C.  If "-v"
is given, the contained application will read 'config-file'
and configure/launch Taler according to it.