Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
collabnix authored Dec 12, 2023
1 parent 67cb8ad commit 5e1b109
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ Have Questions? Join us over [Slack](https://launchpass.com/collabnix) and get c
| 1 | docker build | [Easily create and share portable Docker container images using open standards](https://docs.docker.com/engine/reference/commandline/build/) | ![Github Stars](https://img.shields.io/github/stars/docker/docs) |
| 2 | docker buildx | [Extended build capabilities with Buildkit](https://docs.docker.com/engine/reference/commandline/buildx/) | ![Github Stars](https://img.shields.io/github/stars/docker/docs) |
| 3 | docker compose | [Build and Manage multiple services in Docker containers](https://docs.docker.com/engine/reference/commandline/compose/)| ![Github Stars](https://img.shields.io/github/stars/docker/docs)|
| 4|docker scan | [Quickly detect and learn how to remediate CVEs in your Docker image](https://docs.docker.com/engine/scan/) | ![Github Stars](https://img.shields.io/github/stars/docker/docs)|
| 5| docker context ![badge](https://camo.githubusercontent.com/3df8afcf8230a643042ceb57dc0c9e55a2fe2a126be6a7d57e38996e4d5aaa42/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d6e65772d726564) | [Manages multiple Swarm clusters, Kubernetes clusters and Docker nodes](https://docs.docker.com/engine/context/working-with-contexts/) |![Github Stars](https://img.shields.io/github/stars/docker/docs) |
| 6| docker sbom | [Generate the Software Bill of Materials (SBOM) of a container image](https://docs.docker.com/engine/sbom/) |![Github Stars](https://img.shields.io/github/stars/docker/docs) |
| 7| docker extensions | [Use 3rd party tools within Docker Desktop to extend its functionality](https://docs.docker.com/desktop/extensions/) |![Github Stars](https://img.shields.io/github/stars/docker/docs) |
| 8 | docker trust | [Manage trust on Docker Images](https://docs.docker.com/engine/reference/commandline/trust/) |![Github Stars](https://img.shields.io/github/stars/docker/docs) |
| 9| docker dev | [Run Dev Envs via command line](https://docs.docker.com/desktop/release-notes/#new) |![Github Stars](https://img.shields.io/github/stars/docker/docs) |
| 10 | docker scout |[A Software Supply Chain Security for Developers](https://docs.docker.com/scout/) |![Github Stars](https://img.shields.io/github/stars/docker/docs) |
| 11| docker init ![badge](https://camo.githubusercontent.com/3df8afcf8230a643042ceb57dc0c9e55a2fe2a126be6a7d57e38996e4d5aaa42/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d6e65772d726564) | [Initialize a project with the files necessary to run the project in a container.](https://docs.docker.com/engine/reference/commandline/init/) |![Github Stars](https://img.shields.io/github/stars/docker/docs) |
| 4| docker context ![badge](https://camo.githubusercontent.com/3df8afcf8230a643042ceb57dc0c9e55a2fe2a126be6a7d57e38996e4d5aaa42/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d6e65772d726564) | [Manages multiple Swarm clusters, Kubernetes clusters and Docker nodes](https://docs.docker.com/engine/context/working-with-contexts/) |![Github Stars](https://img.shields.io/github/stars/docker/docs) |
| 5| docker sbom | [Generate the Software Bill of Materials (SBOM) of a container image](https://docs.docker.com/engine/sbom/) |![Github Stars](https://img.shields.io/github/stars/docker/docs) |
| 6| docker extensions | [Use 3rd party tools within Docker Desktop to extend its functionality](https://docs.docker.com/desktop/extensions/) |![Github Stars](https://img.shields.io/github/stars/docker/docs) |
| 7 | docker trust | [Manage trust on Docker Images](https://docs.docker.com/engine/reference/commandline/trust/) |![Github Stars](https://img.shields.io/github/stars/docker/docs) |
| 8| docker dev | [Run Dev Envs via command line](https://docs.docker.com/desktop/release-notes/#new) |![Github Stars](https://img.shields.io/github/stars/docker/docs) |
| 9 | docker scout |[A Software Supply Chain Security for Developers](https://docs.docker.com/scout/) |![Github Stars](https://img.shields.io/github/stars/docker/docs) |
| 10| docker init ![badge](https://camo.githubusercontent.com/3df8afcf8230a643042ceb57dc0c9e55a2fe2a126be6a7d57e38996e4d5aaa42/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2d6e65772d726564) | [Initialize a project with the files necessary to run the project in a container.](https://docs.docker.com/engine/reference/commandline/init/) |![Github Stars](https://img.shields.io/github/stars/docker/docs) |


## Open Source Developer Tools
Expand Down

0 comments on commit 5e1b109

Please sign in to comment.