zahidhub/ghost-comm

By zahidhub

Updated about 1 year ago

A simple Morse code encryptor & decryptor, written in C, with a built-in test suite.

Image
Security
0

9.0K

zahidhub/ghost-comm repository overview

Docker

Prerequisites: Have Docker installed in your machine

Step1: Pull the image

# Pull latest release
docker pull zahidhub/ghost-comm:latest

# Or pull a specific version
docker pull zahidhub/ghost-comm:v0.0.2

Step2: Run interactively (attention to Tag)

# Run latest release
docker run --rm -it zahidhub/ghost-comm:latest

# Or run a specific version
docker run --rm -it zahidhub/ghost-comm:v0.0.2

Tag summary

Content type

Image

Digest

sha256:334fd8419

Size

4.5 MB

Last updated

about 1 year ago

docker pull zahidhub/ghost-comm