Sign inSign up

itdesigners1/winslow

By itdesigners1

•Updated almost 2 years ago

private view: this description will not be public available when the repository goes public.

Image
0

367

itdesigners1/winslow repository overview

⁠Winslow Docker Image

⁠Run the Winslow Docker container

⁠Start the Docker container:
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 development
  • WINSLOW_DEV_REMOTE_USER=example - Set the remote user
  • WINSLOW_ROOT_USERS=example - Set the root user
  • WINSLOW_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 socket

Try to access the Winslow UI at http://localhost:8080⁠ with your browser.
Credentials are example/example.

Further documentation can be found on GitHub⁠.

⁠Tags

There are following tags available:

  • 20xx.x - The release version of Winslow, which matches the corresponding git tag 20xx.x
  • 20xx.x-dev - The current state of the corresponding git branch 20xx.x
  • latest - The current state of git master branch

Tag summary

Content type

Image

Digest

sha256:d36cabb34…

Size

293.9 MB

Last updated

about 2 years ago

docker pull itdesigners1/winslow