private view: this description will not be public available when the repository goes public.
367
docker run -it --rm -e WINSLOW_DEV_ENV=true -e WINSLOW_DEV_REMOTE_USER=example -e WINSLOW_ROOT_USERS=example -e WINSLOW_WORK_DIRECTORY=/tmp/workdir -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock docker.io/itdesigners1/winslow:latest
WINSLOW_DEV_ENV=true - Set the environment to developmentWINSLOW_DEV_REMOTE_USER=example - Set the remote userWINSLOW_ROOT_USERS=example - Set the root userWINSLOW_WORK_DIRECTORY=/tmp/workdir - Set the work directory-p 8080:8080 - Expose the port 8080-v /var/run/docker.sock:/var/run/docker.sock - Mount the docker socketTry to access the Winslow UI at http://localhost:8080 with your browser.
Credentials are example/example.
Further documentation can be found on GitHub.
There are following tags available:
20xx.x - The release version of Winslow, which matches the corresponding git tag 20xx.x20xx.x-dev - The current state of the corresponding git branch 20xx.xlatest - The current state of git master branchContent type
Image
Digest
sha256:d36cabb34…
Size
293.9 MB
Last updated
about 2 years ago
docker pull itdesigners1/winslow