Ubuntu + hyde for easy development in any environment
1.2K
Simple docker container with hyde + goodies for development.
cd /path/to/code
docker run -it -p 8080:8080 -v $(pwd):/code nyxcharon/docker-hyde bash
-> hyde gen
-> hyde serve
From this point you can edit your code locally using whatever tool you desire while hyde runs inside the container.
Content type
Image
Digest
sha256:ea46baee0…
Size
177.3 MB
Last updated
over 9 years ago
docker pull nyxcharon/docker-hyde