An open API service indexing awesome lists of open source software.

https://github.com/davidkhala/docker-manager

docker manager
https://github.com/davidkhala/docker-manager

docker-compose rootless-docker

Last synced: 3 months ago
JSON representation

docker manager

Awesome Lists containing this project

README

        

# docker-manager

## Install Docker

For Linux, see in [linux-utils/apps/docker/install.sh](https://github.com/davidkhala/linux-utils/blob/main/apps/docker/install.sh)

```
curl https://raw.githubusercontent.com/davidkhala/linux-utils/main/apps/docker/install.sh | bash -s install
```

## Refs
- [container in general](https://github.com/davidkhala/containers)
- Docker cli tools
- [For linux](https://github.com/davidkhala/linux-utils/tree/main/apps/docker)