https://github.com/chrisekelley/docker-testbed
https://github.com/chrisekelley/docker-testbed
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrisekelley/docker-testbed
- Owner: chrisekelley
- License: mit
- Created: 2016-03-19T19:13:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-25T12:03:42.000Z (about 9 years ago)
- Last Synced: 2025-01-20T06:24:53.079Z (5 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tangerine support environment
This is just a simple environment for testing docker dependencies. It changes whenever I test different applications.
## Install
You can either pull from `chrisekelley/docker-testbed`:
```
docker pull chrisekelley/docker-testbed
```If there is no entrypoint, or the entrypoint does not have a never-ending process, run it like this:
```
docker run -it --name testbed --entrypoint=/bin/bash chrisekelley/docker-testbed
```otherwise, do this:
```
docker run -it -name testbed -chrisekelley/docker-testbed /bin/bash
```