# hehe-deis-console **Repository Path**: smcz/hehe-deis-console ## Basic Information - **Project Name**: hehe-deis-console - **Description**: No description available - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-08-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` docker run --rm -it \ --privileged=true \ -e "DEIS_CONTROLLER=http://deis.domain.com" \ -e "DEIS_USERNAME=" \ -e "DEIS_PASSWORD=" \ -e "DEISCTL_TUNNEL=deisctl-tunnel.domain.com" \ -e "FLEETCTL_TUNNEL=deisctl-tunnel.domain.com" \ -v $HOME/.ssh:/root/private_keys \ -v /sys:/sys \ -v $(which docker):$(which docker):ro \ -v /var/run/docker.sock:/var/run/docker.sock \ -v /lib64/libdevmapper.so.1.02:/lib/libdevmapper.so.1.02:ro \ -v /var/lib/docker:/var/lib/docker \ -v /cgroup:/cgroup \ cloudmario/deis-console ```