Giter Site home page Giter Site logo

dockerfiles's People

Contributors

imperial-guard avatar macmacs avatar sapk 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

Watchers

 avatar  avatar  avatar

dockerfiles's Issues

Cannot connect with https SLL

I want to connect with https SLL when I execute commands that can't work
sudo docker run -d --name=cloud9 --net=host -v/ volume2/docker:/workspace -v/ Volume2/docker/ssl:/certs -v /volume2/docker/cloud9/.c9/user.settings:/root/.c9/user.settings -p 8181:8181 sapk/cloud9:latest --auth admin:1234567 --ssl --sslcert/certs/certificate.pem --sslkey /certs/keyfile.pem
Can you help me?

After starting container, Terminal console spam

Example command:

docker run -d -v $(pwd)/workspace:/workspace -p 8181:8181 sapk/cloud9 --auth username:password

I can log in, but the terminal in Cloud 9 IDE spams the following message:

tmux: invalid LC_ALL, LC_CTYPE or LANG
tmux: invalid LC_ALL, LC_CTYPE or LANG
tmux: invalid LC_ALL, LC_CTYPE or LANG
tmux: invalid LC_ALL, LC_CTYPE or LANG
...

When connecting to the container via bash, I get this warning message:

bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)

Downloading folders doesn't work

I got the following errors while trying to download a workspace folder:

26: Error: spawn zip ENOENT at /cloud9/plugins/node_modules/vfs-local/localfs.js:1631:23 at resolvePath (/cloud9/plugins/node_modules/vfs-local/localfs.js:365:13) at Object.spawn (/cloud9/plugins/node_modules/vfs-local/localfs.js:1617:9) at Domain.<anonymous> (/cloud9/plugins/node_modules/vfs-local/localfs.js:259:30) at Domain.run (domain.js:221:14) at Object.api.(anonymous function) [as spawn] (/cloud9/plugins/node_modules/vfs-local/localfs.js:258:23) at Worker.wrapped (/cloud9/plugins/node_modules/vfs-socket/worker.js:474:22) at Worker.Agent._onMessage (/cloud9/node_modules/smith/smith.js:471:8) at emitOne (events.js:96:13) at Transport.emit (events.js:188:7) VFS Exception in function 'spawn': Error: spawn zip ENOENT at exports._errnoException (util.js:1012:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:182:32) at onErrorNT (internal/child_process.js:348:16) at _combinedTickCallback (internal/process/next_tick.js:74:11) at process._tickDomainCallback (internal/process/next_tick.js:122:9) Scheduling process exit Exiting after uncaught exception in 'spawn': Error: spawn zip ENOENT at exports._errnoException (util.js:1012:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:182:32) at onErrorNT (internal/child_process.js:348:16) at _combinedTickCallback (internal/process/next_tick.js:74:11) at process._tickDomainCallback (internal/process/next_tick.js:122:9) destroying because of error undefined

Cloud9 Doesn't work on Raspberry Pi

Running on Raspberry Pi docker, the installer script fails on pty.js.

The solution is to:

  • use node/8-slim base image
  • install system python instead of python2.7
  • install pty.js ahead of running the install script. Include && npm install pty.js \ right here

Add ability to compile Caddy plugins

If you're interested in this feature I've got a script in my Dockerfile that builds an arbitrary list of plugins into Caddy. It could use more testing so I thought I'd share. So far it has worked with the couple plugins I've thrown at it.

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.