Skip to content

a6kme/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

My Dockerfiles

List of Docker images that I use on my local machine

Using these images on MacBook

For any container that uses display forwarding, you will need to have XQuartz up and running on you machine. Please check out the instructions here and here. The instructions will sum up to below steps:

  • brew install socat
  • socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\"
  • Install XQuartz from https://www.xquartz.org/
  • open -a Xquartz
  • Check the box of Allow connections from network clients by going to Xquartz Preferences -> Security
  • Export Display as environment variable, so that it gets passed along in the containers DISPLAY=$(ipconfig getifaddr en0):0

Would love a PR for other environments 😀

About

Dockerfiles for common utilities ⚒️

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published