Or simply Dashker.
- 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 front-end application:
$ cd client && npm i && npm start
Run back-end application:
$ cd server && go run main.go