run fontforge font.ttf
go to menu Element -> Font Info -> OS/2 -> Metrics
fix up Win Ascent / Win Descent
got to menu File -> Generate Fonts
| https://alexei-led.github.io/post/pumba_docker_netem/ |
run fontforge font.ttf
go to menu Element -> Font Info -> OS/2 -> Metrics
fix up Win Ascent / Win Descent
got to menu File -> Generate Fonts
| #!/bin/bash | |
| source ./read_cred.sh $1 | |
| FLAGS= | |
| if [ -z "$HEADER" ]; then | |
| FLAGS+=" --disable-column-names" | |
| fi | |
| mysql -B $FLAGS -u $DB_USER "-p$DB_PASS" -h $DB_HOST -e "$2" $DB_NAME 2> >(read; cat 1>&2) |
Basically, to use variables at the container's build time one has to define the variable in docker-compose.yml:
build:
context: .
args:
MYSQL_ROOT_PASSWORD: password
ENV: test| # source: http://mibix.de/how-to-create-a-32bit-word-based-hexdump-on-linux/ | |
| hexdump -v -e '"%08_ax: "' -e ' 4/4 "%08x " " |"' -e '16/1 "%_p" "|\n"' |