Giter Club home page Giter Club logo

natlee / dev-dock-manager Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 0.0 7.06 MB

This is a sandbox manager developed using Django, providing isolated development environments with a suite of base functions and packages for each user on the same machine by using Docker.

License: MIT License

Dockerfile 0.19% Shell 0.45% Python 58.91% HTML 20.86% JavaScript 14.90% CSS 4.68%
development-environment django django-project docker docker-management-tool nvidia-docker gui-application python-docker web-terminal instance-container

dev-dock-manager's Introduction

Dev Dock Manager

frame

This is a SAAS tool for managing docker containers with GUI developed using Django, providing isolated development environments with a suite of base functions and packages for each user on the same machine.

workflow

This project combines the following repositories:

Contains

  • Traefik

    This tool is used to proxy containers of multi-GUI NoVNC in the main port.

  • Django Dashboard

    The dashboard of GUI container list is developed by using Django framework.

  • Nvidia Docker Checker

    docker-compose.yml contains service of nvidia-cuda and it's used to check the host can run Nvidia docker or not.

  • NoVNC & SSH Support

Nvidia Docker Support

Nvidia Docker support is available under certain conditions.

Ensure your system has Nvidia drivers installed and the Nvidia Docker runtime is set up correctly.

This feature is optional and can be enabled during container creation if your system meets the requirements.

Usage

Only support x86/64 linux-based machine.

In Windows, you need to use Docker in WSL.

Notice that you need to clone the submodule at the first.

git submodule update --init --recursive

Quick start

Docker daemon must be running.

  1. Build GUI container.
cd gui && docker-compose build
  1. Back to the root of this repo and use command to start the web service.
docker network create d-gui-network
docker-compose build && docker-compose up -d
  1. Create a superuser for Django admin.

Check the script ./dev-create-superuser.sh and change the username and password if you want.

bash dev-create-superuser.sh
  1. Go to http://localhost:8000/dashboard, it will show the login page.

Interface

  • Container list

    container-list

  • Container creation form

    container-creation-form

  • Container with NoVNC

    novnc-demo

  • Web terminal

    web-terminal

License

MIT

dev-dock-manager's People

Contributors

natlee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.