Tag Archives: container

Compiling arm64 version of amd64 code in 32 bit in a container – with Copilot help

Copilot is a great resource to help create a Dockerfile necessary to compile a (Docker) Container image. Containers are simple packages that contain at least the minimal information to run a software within a different OS and/or architecture. Container software include Docker which helped popularize the container methods, but others exist such as apptainer and… Read More »

in2csv: the Excel killer is part of csvkit the command-line spreadsheet

Summary csvkit is a suite of command-line tools for converting to and working with CSV, the king of tabular file formats. (csvkit can convert XLSX files to CSV.) A good docker container for csvkit: thomasleplus/csv Inspiration: stack overflow article: convert-xlsx-file-to-csv-using-batch Note: I wrote a different version of this on this post elsewhere: csvkit command-line spreadsheet can convert and… Read More »