8000 GitHub - jeliasson/docker-cadvisor-basicauth: cAdvisor wrapped in a container with basic auth enabled
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cAdvisor wrapped in a container with basic auth enabled

Notifications You must be signed in to change notification settings

jeliasson/docker-cadvisor-basicauth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

docker-cadvisor-basicauth

Forked from tim545/docker-cadvisor-basicauth with added feature to allow passing USERNAME and PASSWORD as environment variables.

cAdvisor wrapped in a container with basic auth enabled.

Running the container

To run your container use the run command:

docker run \
  --env USERNAME=foo \
  --env PASSWORD=bar \
  --volume=/:/rootfs:ro \
  --volume=/var/run:/var/run:rw \
  --volume=/sys:/sys:ro \
  --volume=/var/lib/docker/:/var/lib/docker:ro \
  --publish=8080:8080 \
  --detach=true \
  --name=cadvisor-basicauth \
  --restart=always \
 jeliasson/cadvisor-basicauth:latest

About

cAdvisor wrapped in a container with basic auth enabled

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 53.1%
  • Shell 46.9%
0