lonix

Community Developer
  • Posts

    260
  • Joined

  • Last visited

Everything posted by lonix

  1. Reason for not choosing phusion/base, i don't trust/agree with alot of his choices. why the f.. do we need a base os anyway ? to save a few megs on our terrabytes of storage ? python runs way better on centos then on ubuntu/debian, while mysql runs best on debian. blah blah blah. also it requres none debian users to deal with debian. Docker tags: Agree Git clone and From OS:latest is not a bad thing it means that you can Easly refresh your suddenly out-of date code with 99% chanse of success, if it fails, just dont use the build. User/group: Agree Dockerfile on github: Agree (But i wanna sugest only useing containers developed with dockers autobuild (prev. "verified") Licens: Agree Timezone\Locales: Agreed -- rather than -: Nope not gonna happen, sorry i write the code so its easy for me to read not the user The Post List: github repo is not needed as its referenced in the docker repo, Application numbers where necessary (i.e. i still like git installs), The base os can be mentioned, but i don't care for a stock, a sample command is always great May i suggest a list over required (usable params, e.g. ports mappings etc...)
  2. Hey i have a working spotweb that works quite nice out of the box. This has a somewhat funny way of useing, start by running the installer. i.e.: docker run -d -p 80 -v /mnt/cache/spotweb:/var/lib/mysql lonix/spotweb-install Then visit the website at http://tower:port/spotweb/install.php (for sql password just remove the password, and continue without it), chose your own settings for admin user and server to use. when you get to the page telling you to save content to dbsettings.inc.php stop the container and remove it. Now you can run the normal one with almost the same command. docker run -d -p 80 -v /mnt/cache/spotweb:/var/lib/mysql lonix/spotweb --name=spotweb You can Pull it with: docker pull lonix/spotweb and the installer docker pull lonix/spotweb-install Mappings and Ports: Typepath/porttext Port80WebUI (Sugest mapping this to another outside port Map/var/lib/mysqlMysql database and log file folder All my dockers are trusted builds, i never use non-trusted images and nor should you lonix does take request for containers.
  3. lonix

    BTsync

    Hey i have a working Btsync that works quite nice out of the box. You can Pull it with: docker pull lonix/docker-btsync Mappings and Ports: Typepath/porttext Port8888WebUI Map/btsyncDatafolder to sync Port55555Bittorrent traffic All my dockers are trusted builds, i never use non-trusted images and nor should you lonix does take request for containers.
  4. As for base distributions go, what are you guys so worried about, the point of docker is that we should not care about depends, diffrent versions of them or otherwise, somethings (like java based stuff) work better in 1 os rather than another. is really spending 2 Gigs of space keeping ubuntu/tcl/arch/cent bases installed Such a big deal ? (all the while complaining about the 21 drive limit ?) Let the "apps/plugins authors" do it where they feel comfortable, chanses are theyll be happier then
  5. Me and ib wkll look at a convertion script but no promises Sent from my GT-I9505 using Tapatalk
  6. Bonus Mirror for backup. Always 100% sync with IB's. http://dl.larsendata.no/repo
  7. Well Honestly ? I Really don't think we need Another Tretflix (Ubuntu+sabstack) in my opinion. That is unless you improved it significantly or somehow offer something else totaly uniq for the ubuntuVM
  8. I have updated my script and i will push it to live the second i see beta6 is live (there are some cool stuff there). IB Forgot to tell me about his v5 push. else i would push that as a single update but any second now we hope
  9. unMenu CrashPlan Cache Directories Screen Scripts: Buux (duh!) Buux-Backup (again duh!) pre-clear
  10. Yes there is quite alot Of happy customers here in fact most are glad to see your system shapeing up. You should do a memtest on that 32gb kit Sent from my GT-I9505 using Tapatalk
  11. Jeeez asking alot ey ? Om more inqured about 6b6 Sent from my GT-I9505 using Tapatalk
  12. Shame, was hoping to start a new server with it Sent from my GT-I9505 using Tapatalk
  13. If you still have it, ill pay you 180 USD inc shipping to Norway (And valued then less than 30 USD during declare)
  14. VM Appliances would be the correct forum, or rather the plex forums in general, really.
  15. Is this project maintained ? or are you throwing this towards the arch image aswel ?
  16. Has anyone tested nfs in rc1/2 ? Its shady in b13 anyways... for me personaly i would like to se toms fokus on fixing NFS Stale Handle problems.