Shaun Jackman

Results 459 comments of Shaun Jackman

Here's a few interesting posts on this topic: https://stackoverflow.com/questions/28734086/how-to-move-docker-containers-between-different-hosts https://github.com/rancher/rancher/issues/438 https://circleci.com/blog/checkpoint-and-restore-docker-container-with-criu/ Note that `checkpoint/restore` and CRIU are needed to migrate running containers, but we're primarily interested in migrating stopped containers...

Here's the record of installations for macOS: https://raw.githubusercontent.com/Homebrew/homebrew.github.io/master/_data/install.json It includes only the top-1000 most popular packages, including those in `Hombrew/core`, so it includes only 25 packages in `Homebrew/science`, only two...

This particular file is not very useful for Homebrew/science. In any case, it can be converted to TSV like so: ```sh brew install jq miller curl -L https://raw.githubusercontent.com/Homebrew/homebrew.github.io/master/_data/install.json \ |...

@tmozgach Do you have source code for the script that created this file `homebrew_science_stat.txt`?

I'd like up-to-date GitHub data on forks, stars, and watchers. `samtools` doesn't have any GitHub information because neither its `homepage` nor `head` are GitHub urls, but its `url` is a...

We shouldn't need to use `sudo` with Singularity. I'm hoping that the directory `/home/linuxbrew` and all its subdirectories can be owned by your own user and primary group, with permissions...

Excellent! That's good progress. The goal with using Singularity is that it shouldn't require root access for the user to run the image. It does I believe require root access...

Excellent progress! Thanks, Susie. > `singularity image.create --size 3000 $USER_overlay.simg` I'd suggest storing the overlay at `$HOME/.orca/overlay.simg`