Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 468 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 468 Bytes

Go-fiber, Redis, Docker Rate-limiting

Learning

Should we check for context done/cancel on every handler

Docker commands:

Delete all docker containers

docker container rm $(docker container ls -aq) docker rmi - f $(docker images -aq)

Stop a conatiner

docker stop 796d2ed8c94e

Show all running containers

docker container ls

Create docker container

docker-compose up -d