|
2020/05/22 21:21 |
Haiko |
ARM (und mehr) Binarys auf x86_64 ausführen mittels binfmt_misc + qemu
Hintergrund zu binfmt_misc Kernelmodul:
* <https://www.kernel.org/doc/html/latest/adm… |
multiarch,
docker,
qemu,
linux,
wissen,
notizen |
|
2015/02/03 11:21 |
Haiko |
Docker (docker.io)
artikel im entwurf, evtl fehlerhaft
Docker 1.0.1 ist in den Paketquellen von Ubuntu 14.04 enthalten.
* <http://docs.docker.com/introduc… |
docker,
installation,
ubuntu,
benutzer,
root,
server,
container |
|
2016/12/16 14:57 |
Haiko |
Docker / Systemd
Docker tcp socket, arbeitsverzeichnis festlegen
$ mkdir -p /etc/systemd/system/docker.service.d
$ cd /etc/systemd/system/docker.service.d
$ … |
linux,
docker,
systemd,
autostart,
container,
portainer,
unit,
service,
aufs,
unix,
tcp,
socket |
|
2017/02/23 18:58 |
Haiko |
Dokuwiki für aarch64 Docker Image
<note important>Image ist nicht mehr im Docker Hub</note>
Nicht nur hier, sondern auch im lokalem Netz wird Dokuwiki eingese… |
aarch64,
odroid,
c2,
docker,
dokuwiki,
alpine,
php,
apache |
|
2018/09/20 08:32 |
Haiko |
Drone CI
<https://drone.io/>
Drone ist ein Continuous Delivery System. Es ist ein Open Source Projekt und in Golang geschrieben. In sogenannten Pipelines wird… |
linux,
drone,
ci,
golang,
docker,
container,
workflow,
git,
gitea,
registry |
|
2016/09/24 18:37 |
Haiko |
httpd on docker aarch64/busybox
Ein containerisierter Webserver (httpd from busybox). 3,2 Mbyte Manchmal ganz praktisch :)
Running on odroid c2 (Arch Linux 3.… |
busybox,
aarch64,
httpd,
docker,
notizen,
c2,
odroid |
|
2017/06/19 21:01 |
Haiko |
Makefile für Alpine Linux
<https://hub.docker.com/r/datenfahrt/aarch64-alpine/>
arch = aarch64
version = 3.8
release = 3.8.1
tag = test/alpine:${release}
al… |
linux,
docker,
alpine,
aarch64,
odroid |
|
2016/09/27 13:33 |
Haiko |
Nextcloud / Owncloud aarch64 Docker
Running on odroid c2 (Arch Linux 3.14.79-3-ARCH aarch64) with Docker (1.12.1):
Angepasst wurde folgendes
* Base Image … |
docker,
c2,
odroid,
nextcloud,
php,
php7,
aarch64,
repo,
tunnel,
autossh,
apache,
mod proxy |
|
2016/09/22 11:24 |
Haiko |
Notizen zum Odroid C2
Es liegt ein Set vor, bestehend aus
[Ausgepackter Odroid C2]
* Odroid C2
* eMMC 8 GB + MicroSD Adapter
* Gehäuse
* USB Netzteil… |
odroid,
c2,
notizen,
issues,
arch,
ubuntu,
ethernet,
linux,
traefik,
dns,
docker,
kernel |
|
2019/04/09 16:11 |
Haiko |
Observatory von Mozilla
Mit diesem Toolset kann man (s)eine Webseite analysieren, ob sie Methoden zu Absicherung - wie sie moderne Browser bereitstellen, beisp… |
mozilla,
webdev,
security,
header,
observatory,
csp,
python,
docker |
|
2017/06/24 14:56 |
Haiko |
# Docker Registry Notizen
## Basics
* Docker Registry mit TLS und Http Basic Auth
## Vorbereiten
Pfade
Path Note./dataRepository Storage ./certsCertificate… |
linux,
docker,
systemd,
registry,
compose,
golang,
event,
notification,
yaml |
|
2017/02/08 17:40 |
Haiko |
Træfɪk (Traefik) 1.7 Reverse Proxy aarch64 Docker
Mittlerweile, dank Multi Arch Richtlinien, ist traefik für viele andere Plattformen offiziell erhältlich. In … |
linux,
c2,
odroid,
aarch64,
docker,
traefik,
dnsmasq,
golang,
proxy |
|
2018/05/18 16:56 |
Haiko |
Træfɪk Notizen
Für Traefik < 2.x
Traefik Logging access.log und Lograte
Aus der Dokumentation:
" Traefik will close and reopen its log files, assuming the… |
linux,
traefik,
reverse,
proxy,
docker,
backend,
frontend,
logrotate,
acme,
rate limit,
vegeta |
|
2015/02/12 09:29 |
Haiko |
Zugriff auf die Docker Remote API via PHP
Mit PHP kann man auf Unix Domain Sockets via stream_socket_client zugreifen. Um mit der Remote API von Docker zu spre… |
docker,
remote,
php,
unix,
domain,
socket,
api,
stream,
client,
example |