docker-cowrie

(★ 30)

Dockerfile and docker-compose file to run Cowrie in Docker.

File Explorer

  • docker-compose.yml
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

docker volume

View Details ▼

Manage Docker volumes.

docker volume create {{volume_name}}

Create a volume:

docker volume create --label {{label}} {{volume_name}}

Create a volume with a specific label:

docker volume create {{[-o|--opt]}} {{type}}={{tmpfs}} {{[-o|--opt]}} {{device}}={{tmpfs}} {{[-o|--opt]}} {{o}}={{size=100m,uid=1000}} {{volume_name}}

Create a `tmpfs` volume a size of 100 MiB and an uid of 1000:

// repository documentation