Nathan Weeks
Nathan Weeks
We're running master (commit c142aee4b3d63a46290a12ef57ddf4abd360e1f5)
Possibly off-topic, but does this PR allow this track height setting to be configured in a config.json?
Thanks @cmdcolin! I now realize the distinction between track "height" and "max height" --- the latter was what I meant. Adapting your track height example, the following seemd to work...
Thanks @cmdcolin! I now realize the distinction between track "height" and "max height" --- the latter was what I meant. Adapting your track height example, the following seemed to work...
I'd suspect a podman configuration issue; the output of `podman info` might provide clues. Both `podman run --rm -p 8888:8888 docker.io/rocker/binder` and `podman run --rm -p 8787:8787 -e DISABLE_AUTH=true docker.io/rocker/rstudio:latest`...
> graphRoot: /home/songalax/.local/share/containers/storage I assume that path on an NFS (or Lustre, GPFS, or other networked) file system? Note it must be on node-local storage (see `man storage.conf` for documentation,...
> Might be related to our kernel version: [moby/moby#47962](https://github.com/moby/moby/issues/47962) .. If this is the case, could another storage driver help? You could try the "vfs" storage driver---though note the [disadvantages...
Confirmed everything still builds in my environment. Thanks!
Another option would be to submit a proposal for (and subsequently maintain) a Jekyll [Docker Official Image](https://docs.docker.com/docker-hub/repos/manage/trusted-content/official-images/). The image would be downloaded (e.g., using the Docker CLI) with `docker pull...
I think I have a simple fix; working through the process of testing/submitting a PR.