Skip to content

Instantly share code, notes, and snippets.

@ChrisPatten
ChrisPatten / docker-machine.ps1
Last active December 7, 2021 10:16
Installing and configuring docker-machine on 32-bit Windows 10
choco install docker-machine -y
docker-machine create --driver virtualbox default
docker-machine env | Invoke-Expression
FROM hypriot/rpi-alpine-scratch:v3.4
CMD ["/bin/bash"]
# http://bugs.python.org/issue19846
# > At the moment, setting "LANG=C" on a Linux system *fundamentally breaks Python 3*, and that's not OK.
ENV LANG C.UTF-8
# gpg: key 18ADD4FF: public key "Benjamin Peterson <benjamin@python.org>" imported
ENV GPG_KEY C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF