| PURPOSE | ALPINE | DEBIAN / UBUNTU | CENTOS/RHEL |
|---|---|---|---|
| PostgreSQL | postgresql-dev | libpq-dev | |
| MySQL / MariaDB | mariadb-dev | libmysqlclient-dev/ libmariadbclient-dev | |
| Imagemagick | imagemagick-dev | imagemagick | |
| bcrypt | libffi-dev | libffi-dev | |
| ps | procpsbusybox | procps | procps |
>>> import secrets
>>> import string
>>> print(''.join(secrets.choice(string.digits + string.ascii_letters + string.punctuation) for i in range(100)))
*:}~{MH)D&e}SGYRcAO~Q}PFD@:bN$6\d2&A7VB.ge2<zGda5J#)(p>>_H5l*Z>Q9R+!lZ&yn-th2^0ZUf|tkQS8zQu&5+THw&}C
Like done in the official nginx docker image:
# forward request and error logs to docker log collector
RUN ln -sf /dev/stdout /var/log/nginx/access.log \
&& ln -sf /dev/stderr /var/log/nginx/error.log
Run the container with:
--cap-add sys_admin --cap-add sys_ptrace
Within the container:
apt-get strace
After unboxing the ledger, I just connected it via the USB cable. It powered up perfectly and started the initialization process. The ledger asked to set a PIN, then I had to copy the seed word by word and confirm it by repeating it word by word.
I had a short look into the settings and naively tried to create a HW wallet using monero-wallet-cli (see below for the actual command).
It turned out the ledger nano s was not detected by my linux system (ubuntu 18.04), so I searched the internet and found a script (see below) from
This can be used to retreive files/binaries/information from docker containers.
#!/bin/bash
set -Eeuo pipefail
mkdir ./binary || true
# build most recent docker image