Git Product home page Git Product logo

dockerfiles's Introduction

Dockerfiles

Docker

There are README within the folders.

Contact me

No matter where I am, will be immediately received. My Email: echo "aUB6dW9sYW4ubWUK" | base64 -d

Catalogue

Project Description
base Base Images, All major programming language.
cloud9-ide Cloud9 IDE, learn more https://c9.io .
cloudstack Cloudstack image, Unfinish.
compose Compose image, just like native tool.
dog-tunnel A tunnel tool, Dog-tunnel lite client.
eclipse-che Eclipse Che image, now it'is deprecated.
firefox Firefox in Docker, use x11.
ghost-buster Export Ghost blog, as static site.
glusterfs Glusterfs in Docker, sync folder.
hackpad Dropbox Hackpad.
hexo Hexo, static site engine, learn more https://hexo.io .
hugo Hugo, static site engine.
kodexporer-lamp LAMP and Kodexporer.
leanote Leanote, learn more https://leanote.org .
lnmp LNMP with Compose.
lxde-vnc-ubuntu LXDE Desktop in Docker with VNC.
mongo Mongo for Alpine image.
mongodb-tools Mongodb Tools for Alpine.
nextcloud Nextcloud, faster and latest version.
nginx-ssh Nginx and ssh image.
october October CMS image.
pagekit Pagekit CMS image.
php-apache PHP and Apache.
ptunnel Ptunnel for Alpine.
restic Restic, A backup image.
shadowsocks-ubuntu Shadowsocks on Ubuntu image.
shadowsocksr ShadowsocksR for Alpine.
shellinabox Shellinabox image.
tensorflow-go Tensorflow and Python and Go in Notebook.
typecho Typecho image.
uploads Unfinish.

dockerfiles's People

Contributors

izuolan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dockerfiles's Issues

tensorflow-go can not run with default CMD

Using

docker run -it --rm zuolan/tensorflow-go

will have the following error, then exit.

[I 03:10:49.110 NotebookApp] Copying /root/.ipython/kernels -> /root/.local/share/jupyter/kernels
[I 03:10:49.116 NotebookApp] Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret
[W 03:10:49.125 NotebookApp] WARNING: The notebook server is listening on all IP addresses and not using encryption. This is not recommended.
[C 03:10:49.130 NotebookApp] Running as root is not recommended. Use --allow-root to bypass.

We may change CMD in Dockerfile to

CMD ["/run_jupyter.sh", "--allow-root"]

centos环境下安装Nodejs报错,请问是什么原因呢?

root@845b6350ce7a:/workspace/env# ./run.sh
0. 基础软件包

  1. 扩展软件包
  2. Nodejs
  3. Python(pip)
  4. Golang
  5. Java
  6. PHP+Apache
  7. Tomcat
  8. MySQL
    第一次执行请安装基础软件包,然后选择其他操作。
    选择你要安装的开发环境(输入前面的数字):2
    ./run.sh: line 102: sudo: command not found
    ./run.sh: line 103: sudo: command not found
    v7.8.0

关于 leanote docker

我尝试用你的 dockerfile build 了一下 leanote 2.4 版本,结果启动不起来

直接用你的 image 是没问题的,不知道为什么会这样

...
leanote_1  | INFO  2017/03/23 15:27:36 Debug.go:10: mongodb://127.0.0.1:27017/leanote
leanote_1  | panic: no reachable servers
leanote_1  | 
leanote_1  | goroutine 1 [running]:
leanote_1  | panic(0xa16a00, 0xc42038b590)
leanote_1  | 	/Users/life/app/go1.7/src/runtime/panic.go:500 +0x1a1
leanote_1  | github.com/leanote/leanote/app/db.Init(0xc420215c20, 0x21, 0x0, 0x0)
leanote_1  | 	/Users/life/Documents/Go/package_base/src/github.com/leanote/leanote/app/db/Mgo.go:104 +0x48cb
leanote_1  | github.com/leanote/leanote/app.init.1.func28()
leanote_1  | 	/Users/life/Documents/Go/package_base/src/github.com/leanote/leanote/app/init.go:423 +0x49
leanote_1  | github.com/revel/revel.runStartupHooks()
leanote_1  | 	/Users/life/Documents/Go/package_base/src/github.com/revel/revel/server.go:164 +0x8e
leanote_1  | github.com/revel/revel.InitServer(0xa973e0)
leanote_1  | 	/Users/life/Documents/Go/package_base/src/github.com/revel/revel/server.go:85 +0x34
leanote_1  | github.com/revel/revel.Run(0x0)
leanote_1  | 	/Users/life/Documents/Go/package_base/src/github.com/revel/revel/server.go:137 +0x220
leanote_1  | main.main()
leanote_1  | 	/Users/life/Documents/kuaipan/leanote/leanote-public/app/tmp/main.go:2312 +0x23239
24_leanote_1 exited with code 2

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.