dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

popular development environments as containers

Results 38 dockerfiles issues
Sort by recently updated
recently updated
newest added

It would be nice to keep the history of commands between sessions in Cloud9 IDE's Terminal, but it seems that `/home/user/.bash_history` is never updated. (We probably just need to tweak...

bug
c9 sdk
help wanted

> - $USER or $USERNAME (I forget which one is needed, sorry, let me know if you need the exact one) is not defined out of the box, so run-webkit-tests...

bug
good first issue
help wanted

It would be nice to have cloud9 alternatives like brackets/the koding editor/...

This could improve Remote Desktop performance for all containers.

VNC page opened from IDE is a blank page ;( ![screenshot 2018-02-13 at 8 47 53 am](https://user-images.githubusercontent.com/634478/36140321-2cd7723e-10a1-11e8-942f-00f1d6d1c685.png) ![screenshot 2018-02-13 at 8 48 14 am](https://user-images.githubusercontent.com/634478/36140320-2cc0d97a-10a1-11e8-9508-3e6d5d588884.png) ![screenshot 2018-02-13 at 8 48 28...

bug
help wanted

Stable `rustfmt` can be a bit too old for developers of projects like Servo and Firefox. We could install its nightly version instead, e.g. with `cargo install --force rustfmt-nightly` (it...

help wanted

All Janitor containers use `supervisor` to run multiple programs in the background (e.g. an SSH daemon, the Cloud9 SDK, noVNC server, etc) and automatically restart them if they encounter a...

good first issue
help wanted

This would allow anyone to easily use mozregression with Janitor's amazing bandwidth.

good first issue
help wanted

E.g. "make a profile" or "run benchmark".

help wanted

@fiji-flo recently emailed me some details about how he improved C++ autocompletion in Cloud9 IDE a few years ago. This could be useful for us: > I dug up my...

c9 sdk