docker-cowrie
Dockerfile and docker-compose file to run Cowrie in Docker.
File Explorer
- cowrie.cfg
- Dockerfile
- docker-compose.yml
- README.md
# Use via CDN
jsDelivrjsDelivr 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.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
docker volume
View Details ▼
docker volume
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
Was this content helpful?
(0 ratings)
