/dashker

Docker dashboard

Primary LanguageTypeScript

Docker Dashboard

Or simply Dashker.

docker dashboard picture

Features

  • See a list of all containers. You can also filter them.
  • Run, stop, pause and remove containers.
  • See and search container's logs. They are streammed in real-time.
  • See CPU and memory stats on running containers.
  • Attach a shell terminal to your container.

Run application

Run front-end application:

$ cd client && npm i && npm start

Run back-end application:

$ cd server && go run main.go