Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neikei/dockerce-testing-environment
Docker testing environment with Portainer GUI in a Vagrantbox based on Debian and provisioned with Ansible.
https://github.com/neikei/dockerce-testing-environment
ansible debian docker docker-ce playground portainer testing vagrantbox
Last synced: about 1 month ago
JSON representation
Docker testing environment with Portainer GUI in a Vagrantbox based on Debian and provisioned with Ansible.
- Host: GitHub
- URL: https://github.com/neikei/dockerce-testing-environment
- Owner: neikei
- License: gpl-3.0
- Created: 2018-02-06T17:53:44.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T18:15:07.000Z (about 5 years ago)
- Last Synced: 2024-11-06T22:06:46.493Z (3 months ago)
- Topics: ansible, debian, docker, docker-ce, playground, portainer, testing, vagrantbox
- Language: Shell
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dockerce-testing-environment
[Docker](https://www.docker.com/) testing environment with [Portainer GUI](https://portainer.io/) in a Vagrantbox based on Debian and provisioned with Ansible.
## Requirements
- Virtualbox >= 5.2.4
- Vagrant >= 2.0.1
- Vagrant Plugins:
- vagrant plugin install vagrant-hostmanager
- vagrant plugin install vagrant-vbguest## Getting started
1. git clone https://github.com/neikei/dockerce-testing-environment.git
2. cd dockerce-testing-environment
3. vagrant up
4. ... wait ...
5. Open Portainer in your web browser: http://portainer.test## Feedback, Issues and Pull-Requests
Feel free to report issues, fork this project and submit pull requests.