Spin up a development environment in seconds to run, test, debug and prototype.
984
There are two ways to set up the local development environment which can be accessed using a Web IDE:
curl -fsSl https://raw.githubusercontent.com/adisakshya/playground/master/local/shell/debian.sh | sh
curl -fsSl https://raw.githubusercontent.com/adisakshya/playground/master/local/shell/amazon-linux.sh | sh
docker run command to start playground container.
# Pull the latest playground docker-image from dockerhub
docker pull adisakshya/playground
# Build the playground docker-image
docker build -t adisakshya/playground -f local/docker/Dockerfile .
# Run playground container
docker run \
-u $(id -u):$(id -g) \
-v //var/run/docker.sock://var/run/docker.sock:rw \
-p 8001-8080:8001-8080 \
adisakshya/playground
# Pull the latest portainer docker-image from dockerhub
docker pull portainer/portainer-ce
# Pull the latest playground docker-image from dockerhub
docker pull playground
http://<DOCKER_HOST>:9000 and connect to local docker, consider following this guide for reference.local/docker/docker-compose.yml.http://<DOCKER_HOST>:8080.Content type
Image
Digest
Size
500 MB
Last updated
about 5 years ago
docker pull adisakshya/playground