Skip to content

Commit

Permalink
Merge branch 'main' into feat/create-discord-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
elvis kahoro authored Feb 12, 2024
2 parents ffda39d + 9552855 commit 7488108
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions specs/docker/list_docker_images_from_local.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: List docker images from local system
command: docker image ls
tags:
- docker
description: Lists all docker images currently stored on your system
source_url: "https://docs.docker.com/engine/reference/commandline/image_ls/"
author: guel-codes
author_url: "https://github.com/guel-codes"
shells: []
14 changes: 14 additions & 0 deletions specs/docker/remove_docker_images_from_local.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Remove docker images from local system
command: docker rmi {{image_id}}
tags:
- docker
description: Remove docker images currently stored on your system
arguments:
- name: image_id
description: The container ID of the docker container.
default_value: ~
source_url: "https://docs.docker.com/engine/reference/commandline/rmi/"
author: guel-codes
author_url: "https://github.com/guel-codes"
shells: []

0 comments on commit 7488108

Please sign in to comment.