Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Dockerfiles

Build

docker build --progress=plain -f "${path}/arch.Dockerfile" -t albert:arch --platform linux/amd64 .
docker build --progress=plain -f "${path}/fedora.Dockerfile" -t albert:fedora .
docker build --progress=plain -f "${path}/ubuntu.Dockerfile" -t albert:ubuntu .
  • --platform linux/amd64. Arch has no ARM image. Needed on docker for mac to emulate.
  • --progress=plain Disables the buildkit output folding

Run using X

Don't forget to install and run XQuartz on macOS.

docker run --rm -it \
  -e QT_LOGGING_RULES="albert*=true" \
  -e DISPLAY="host.docker.internal:0" \
  albert:ubuntu -c "xterm & albert"