Skip to content

shelltips/dockerweb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a proof-of-concept for attaching a web-based terminal to a live Docker container.

jun-29-2016 08-43-42

You'll need Docker installed and running, probably on a Linux or Mac machine (– tested with Docker Version 1.12.0-rc2-beta16).

An express app will start, connect to Docker on /var/run/docker.sock and build a minimal Alpine linux image.

Visiting http://localhost:3000/ will spin up a new Docker container and connect your browser to it. Type away!

Installation

Using node 6.2+:

npm install
node index.js
open http://localhost:3000/docker

About

Connect a browser to a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • HTML 0.1%