848 B
848 B
build instructions
this is pseudocode that serves as a reminder
- podman build -f Containerfile -t logseq
- CONTAINER_ID=$(podman container create logseq)
- podman unshare
- podman mount $CONTAINER_ID
- copy and upload the AppImage. e.g.
cp /home/steveej/.local/share/containers/storage/overlay/f932ca9f11ea2bfd6b221118eb54775a623bc519bfe38188afcbad51dda2777f/merged/Logseq-0.10.9.AppImage . exit scp Logseq-0.10.9.AppImage root@www.stefanjunker.de:/var/lib/container-volumes/webserver/var-www/stefanjunker.de/htdocs/caddy/downloads/
- podman unshare
- podman unmount