git @ Cat's Eye Technologies The-Cannery / 4624e7d
Fix up README. Chris Pressey 1 year, 7 months ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
55 docker run --user $(id -u):$(id -g) -i -t -v "${PWD}:/mnt/host" \
66 -e BOTNAME=mybotname -e CHANNEL='#mychannel' \
77 catseye/mzstorkipiwanbotbotbot:0.1 \
8 irc.libera.chat 6697
8 mzstorkipiwanbotbotbot irc.libera.chat 6697
99
1010 (Or, for simpler more convenient usage, use the `mzstorkipiwanbotbotbot` script in [The Cannery](https://git.catseye.tc/The-Cannery/).)
1111
1212 This Docker image is fairly experimental. Please don't lean on it too heavily.
1313
14 The `-v "${PWD}:/mnt/host"` option in the above bind-mounts the current directory on the host to the working directory in the container. This lets you give filenames as usual on the `sixtypical` command line, so long as they reside somewhere under the current directory on the host. If you want anything more sophisticated than that, you'll have to establish more bind-mounts and translate paths between host and container as your needs dictate.
14 The `-v "${PWD}:/mnt/host"` option in the above bind-mounts the current directory on the host to the working directory in the container. If you want anything more sophisticated than that, you'll have to establish more bind-mounts and translate paths between host and container as your needs dictate.