new approach
This commit is contained in:
10
client/servicedock.js
Normal file
10
client/servicedock.js
Normal file
@@ -0,0 +1,10 @@
|
||||
var socket = null;
|
||||
var docker = null;
|
||||
function error(msg) {
|
||||
// handle display errors
|
||||
}
|
||||
function init() {
|
||||
socket = io.connect();
|
||||
docker = new Docker(socket, '#main', error);
|
||||
}
|
||||
$(init);
|
Reference in New Issue
Block a user