This is a simple web frontend for Docker. It does not have any support for swarms and multiple docker hosts but is focused on a simple frontend for small setups.
- List all containers
- Display pretty graph of all containers and ports
- Start/Stop containers
- View container details (docker inspect)
- Attach/log container
- Create containers
- Destroy containers
- List all images
- Display graph of images and parent images
- Pull images
- Manage mounted directories inside containers
- Recreate container with different settings
- Fetch (and cache for offline usage) the README of the docker images