1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-08-05 00:39:50 +08:00

Commit Graph

  • cdf1027e94 Memory limit (#26) Marcos Nils 2016-11-13 17:09:44 +02:00
  • f49f0d8ce0 Merge pull request #22 from franela/transport_preference Jonathan Leibiusky 2016-11-13 06:36:14 +02:00
  • 54378862b3 Use docker 1.13 to allow overlay networks Marcos Lilljedahl 2016-11-13 01:09:29 -03:00
  • b37f2469c8 Change connection preferrence so it tries with WS first and fallsback to polling Marcos Lilljedahl 2016-11-12 11:54:33 -03:00
  • e8b38fe717 Add session close button Jonathan Leibiusky (@xetorthio) 2016-11-12 18:58:30 -03:00
  • 81f02e4a3a Add node_modules to gitignore Marcos Lilljedahl 2016-11-12 11:29:11 -03:00
  • 869842e10e rollback transports Jonathan Leibiusky (@xetorthio) 2016-11-11 20:19:21 -03:00
  • 1be40005e8 Increase session time Jonathan Leibiusky (@xetorthio) 2016-11-11 20:18:47 -03:00
  • d05fe56fea Better session lock management Jonathan Leibiusky (@xetorthio) 2016-11-11 20:10:19 -03:00
  • e49245dfe9 Increase session TTL to 4 hours Jonathan Leibiusky (@xetorthio) 2016-11-11 09:17:01 -03:00
  • 6d967441ac If instance doesn't exist don't try to connect to its terminal Jonathan Leibiusky (@xetorthio) 2016-11-11 09:16:01 -03:00
  • b5e016e6f5 When there are no more clients, don't try to measure best viewport size Jonathan Leibiusky (@xetorthio) 2016-11-10 16:23:54 -03:00
  • 39f3da3a82 Add docker files Jonathan Leibiusky (@xetorthio) 2016-11-10 15:30:40 -03:00
  • 8e4981d24f Huge refactor to have everything working with socket.io It fixes lots of bugs, can fallback to long polling, resize viewport of terminals and share clients state of the session, so they all see the same thing. Jonathan Leibiusky (@xetorthio) 2016-11-10 10:42:08 -03:00
  • 9b6991f130 Try to encode to UTF-8 or just discard characters Marcos Lilljedahl 2016-10-19 00:38:05 -03:00
  • 73cdb5a38c Lock at small res Marcos Lilljedahl 2016-10-14 14:02:22 -03:00
  • a56af3dc22 Refactor sessions and add locking to avoid concurrent requests to create more instances Marcos Lilljedahl 2016-10-14 12:54:25 -03:00
  • d19e8a0cd3 Add 1.13-dev boot2docker image Marcos Lilljedahl 2016-10-13 13:33:13 -03:00
  • 2e9637b181 Remove stdout if session creator throws an error Marcos Lilljedahl 2016-10-12 22:46:36 -03:00
  • 3dd5a8b5ef Set default resize options Marcos Lilljedahl 2016-10-11 17:05:06 -03:00
  • 50a08f265c Revert "Don't allocate a pseudo tty for shell attaches" Marcos Lilljedahl 2016-10-11 13:33:22 -03:00
  • d87e288f6f Don't allocate a pseudo tty for shell attaches Jonathan Leibiusky (@xetorthio) 2016-10-11 13:25:33 -03:00
  • 59844cb80c Create a pseudo tty to docker daemons Jonathan Leibiusky (@xetorthio) 2016-10-11 13:03:30 -03:00
  • f06dd2a149 Add confirmation before closing the window Marcos Lilljedahl 2016-10-11 09:38:17 -03:00
  • c64e769e4c Add requirements Marcos Nils 2016-10-10 20:45:22 -03:00
  • 429a5f9014 Merge pull request #4 from alexellis/ulimit_experimental Marcos Nils 2016-10-11 01:25:06 +02:00
  • 672b85cfe3 Remove volumes when deleting instances Marcos Lilljedahl 2016-10-09 21:16:58 +02:00
  • 7df6bacee5 Allow dind image to be overriden. Alex 2016-10-09 19:49:34 +01:00
  • 11749c4902 Provide DIND override through DIND_IMAGE env variable. Use pinned version of DIND by default instead of latest to prevent surprises. Alex 2016-10-09 19:37:53 +02:00
  • f91af56a09 Ammend wording Alex 2016-10-09 19:16:09 +02:00
  • bccfdb2ca5 Outline basic instructions Alex 2016-10-09 19:12:35 +02:00
  • 74e8502f3f - Fix .gitignore - Note about bug with Docker driver - Implement experimental pid ulimit of 150. Alex 2016-10-09 18:58:32 +02:00
  • 97f39ca375 Remove writer if websocket disconnects Marcos Lilljedahl 2016-10-08 15:04:30 +02:00
  • b3e7dcae3b Make session replication Marcos Lilljedahl 2016-10-08 14:26:25 +02:00
  • 02d50073c5 Attach to the same terminal Jonathan Leibiusky (@xetorthio) 2016-10-08 13:35:02 +02:00
  • 7bbb284128 Fix max instance reach alert Marcos Lilljedahl 2016-10-08 13:05:08 +02:00
  • bc64fc5c42 Add raised class Marcos Lilljedahl 2016-10-08 12:29:23 +02:00
  • 991594c35c Focus terminal when switching instances Marcos Lilljedahl 2016-10-08 12:26:33 +02:00
  • 1d550aaa46 Merge branch 'master' of github.com:franela/play-with-docker Jonathan Leibiusky (@xetorthio) 2016-10-08 11:27:14 +02:00
  • 4950f03404 Show when session has expired Jonathan Leibiusky (@xetorthio) 2016-10-08 11:26:16 +02:00
  • b79850c50f Create overlay networks by default Marcos Lilljedahl 2016-10-08 11:25:50 +02:00
  • a0ffe28be9 Show alert if more than 5 instances are created Marcos Lilljedahl 2016-10-08 10:52:52 +02:00
  • 62936fcfc9 Change attach URL Marcos Lilljedahl 2016-10-08 10:32:40 +02:00
  • b6b849e2c6 Change import paths Jonathan Leibiusky (@xetorthio) 2016-10-08 10:25:10 +02:00
  • 0d693b344c Add ping handler and listen on tcp4 addresses Marcos Lilljedahl 2016-10-08 03:26:22 +02:00
  • dde49d8700 Initial commit Jonathan Leibiusky (@xetorthio) 2016-10-08 03:12:48 +02:00
  • f2ae4344fd Initial commit Jonathan Leibiusky 2016-10-08 03:10:48 +02:00