Docker image that spins up a simple webpage to paste and copy text from.
1.5K
Docker image that spins up a simple webpage to paste and copy text from.
docker run -e PORT=3000 -p 3000:3000 00000vish/docker-clipboard:latest
services:
docker-clipboard:
image: 00000vish/docker-clipboard:latest
container_name: docker-clipboard
environment:
- PORT=3000
ports:
- 3000:3000
restart: unless-stopped
Content type
Image
Digest
sha256:417fb4593…
Size
212.9 MB
Last updated
almost 2 years ago
docker pull 00000vish/docker-clipboard