Giter Site home page Giter Site logo

leon2035 / dockerfiles Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vimagick/dockerfiles

0.0 1.0 0.0 142.12 MB

:whale: Dockerfiles

Home Page: https://hub.docker.com/u/vimagick/

Makefile 1.15% JavaScript 73.72% Shell 6.91% Groff 5.61% Nginx 5.94% Python 5.91% HTML 0.61% HCL 0.15%

dockerfiles's Introduction

dockerfiles

TODO

  • cloudtunes
  • ffmpeg
  • freegeoip
  • gitlab
  • gitolite
  • hashcat
  • irc
  • plex
  • sensu
  • tshark

DONE

  • alpine-arm ๐Ÿ‘
  • aria2 ๐Ÿ‘
  • audiowaveform
  • bro
  • cadvisor
  • casperjs ๐Ÿ‘
  • chinadns
  • clamav
  • collectd
  • dante
  • delegated
  • discuz ๐Ÿ‡จ๐Ÿ‡ณ
  • dnscrypt
    • dnscrypt-proxy
    • dnscrypt-wrapper
  • dokuwiki ๐Ÿ‘
  • dokuwiki-arm ๐Ÿ‘
  • ferm
  • ffserver ๐Ÿชฒ
  • fteproxy ๐Ÿ‘
  • fteproxy-arm ๐Ÿ‘
  • grafana
  • h2o
  • httpbin ๐Ÿ‘
  • hubot
  • hugo
  • hugo-arm
  • hydra
  • influxdb
  • iptables
  • jenkins
  • jenkins-arm ๐Ÿชฒ
  • joomla
  • mantisbt
  • mariadb
  • monit
  • moodle ๐Ÿชฒ
  • mosquitto
  • motion-arm ๐Ÿ‘
  • nginad
  • nginx
  • ngrok ๐Ÿ‘
  • nodebb ๐Ÿ‘
  • node-red ๐Ÿ‘
  • node-red-arm ๐Ÿ‘
  • nullmailer
  • nullmailer-arm
  • obfsproxy
  • opencart
  • openvpn ๐Ÿ‘
  • pdnsd
  • phantomjs
  • phpbb
  • piwik
  • polipo
  • portia
  • pptpd
  • privoxy
  • proxyhub
  • pure-ftpd
  • redis-arm
  • revive
  • rsyncd
  • rtmp
  • samba ๐Ÿ‘
  • scrapyd ๐Ÿ‘
  • shadowsocks
    • shadowsocks
    • shadowsocks-libev ๐Ÿ‘
    • shadowsocks-arm
    • shadowsocks-libev-arm ๐Ÿ‘
  • shadowvpn
  • snort ๐Ÿชฒ
  • squid
  • swarm-arm
  • taskd
  • tinc ๐Ÿ‘
  • tmail ๐Ÿชฒ
  • tor
  • urlwatch ๐Ÿชฒ
  • vsftpd
  • webhook
  • webkit ๐Ÿชฒ
  • youtube ๐Ÿชฒ
    • youtube-dl
    • youtube-worker

3rd-party

  • centurylink/watchtower
  • drone/drone
  • drupal
  • ghost
  • gitlab/gitlab-ce
  • gliderlabs/logspout
  • gliderlabs/registrator
  • jenkins
  • letsencrypt
  • mongo
  • owncloud
  • rocket.chat
  • scrapinghub/splash
  • selenium
    • hub
    • node-firefox
    • standalone-firefox
  • tutum/builder

auto-completion

#!/bin/bash
#
# handy auto-completion for docker-exec
#

enter() {
  local name=${1:?}
  docker exec -it $name sh -c 'exec $(command -v bash || command -v sh)'
}

__enter() {
  local cur=${COMP_WORDS[COMP_CWORD]}
  for cid in $(docker ps -q)
  do
    local name=$(docker inspect -f '{{.Name}}' $cid)
    name=${name#/}
    if [[ $name = $cur* ]]
    then
      COMPREPLY+=("$name")
    fi
  done
}

complete -F __enter enter

dockerfiles's People

Contributors

vimagick avatar serkin avatar mcowger avatar knickers avatar bamx23 avatar pierrebeucher avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.