Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/githubfoam/vagrant-prometheus-docker-image-sandbox
vagrant prometheus docker image sandbox
https://github.com/githubfoam/vagrant-prometheus-docker-image-sandbox
docker-image prometheus vagrant
Last synced: 17 days ago
JSON representation
vagrant prometheus docker image sandbox
- Host: GitHub
- URL: https://github.com/githubfoam/vagrant-prometheus-docker-image-sandbox
- Owner: githubfoam
- License: gpl-3.0
- Created: 2022-08-04T06:09:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T08:26:02.000Z (over 2 years ago)
- Last Synced: 2023-03-06T12:12:03.433Z (almost 2 years ago)
- Topics: docker-image, prometheus, vagrant
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrant-prometheus-docker-image-sandbox
~~~~
vagrant up vg-prom-04
vagrant ssh vg-prom-04
vagrant@vg-prom-04:~$ docker container ls
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e151ebb87fab prom/prometheus "/bin/prometheus --c…" 3 minutes ago Up 3 minutes 0.0.0.0:9090->9090/tcp, :::9090->9090/tcp prometheus-serverPrometheus GUI
http://192.168.55.11:9090/vagrant destroy -f vg-prom-04 does not work
>vagrant destroy -f vg-prom-04
An action 'destroy' was attempted on the machine 'vg-prom-04',
but another process is already executing an action on the machine.
Vagrant locks each machine for access by only one process at a time.
Please wait until the other Vagrant process finishes modifying this
machine, then try again.If you believe this message is in error, please check the process
listing for any "ruby" or "vagrant" processes and kill them. Then
try again.Virtual Box GUI - VM - Right Click - Close - Power Off
Virtual Box GUI - VM - Right Click - Remove - Delete all files(still listing VM)
>vagrant global-status
id name provider state directory
---------------------------------------------------------------------------------------------
1a50c84 vg-prom-04 virtualbox running C:/tmp/github/vagrant-prometheus-docker-image-sandbox>vagrant global-status --prune
id name provider state directory
--------------------------------------------------------------------
There are no active Vagrant environments on this computer! Or,
you haven't destroyed and recreated Vagrant environments that were
started with an older version of Vagrant.
~~~~