Compare commits

..

No commits in common. "360e5864cf6a89f1aeed5be00ef5023e1e6315ee" and "944c6f0d3bb7b10e772850f7d8571ecc7c6319d2" have entirely different histories.

2 changed files with 0 additions and 16 deletions

View File

@ -1,5 +1,2 @@
# snippets
A repository to allow users to quickly create, share, and manage small code snippets or notes directly within the Gitea platform.
- [Docker](docker)

View File

@ -1,13 +0,0 @@
# Docker Snippets
## Stop All Containers
```shell
docker stop $(docker ps -q)
```
## Start Stopped Continaers
```shell
docker start $(docker ps -q -f "status=exited")
```