Docker container for Travis CI CLI.
218
A Docker container for Travis CI CLI.
These instructions will cover usage information and for the Docker container.
In order to run this container you'll need Docker installed.
Pull the image from the Docker repository:
docker pull marcelohmariano/travis-cli
docker tag marcelohmariano/travis-cli travis
docker rmi marcelohmariano/travis-cli
Or build the image from source:
git clone https://github.com/marcelohmariano/travis-cli-container.git
cd travis-cli-container
docker build -t travis .
Login to travis-ci.com:
docker run it --rm -v travis:/home/dev/.travis travis login --com
List your active repositories:
docker run it --rm -v travis:/home/dev/.travis travis repos --com -a
List all available commands:
docker run it --rm -v travis:/home/dev/.travis travis --help
/home/dev/.travis - Travis CLI files locationThis project is licensed under the MIT License - see the LICENSE file for details.
Content type
Image
Digest
Size
19.8 MB
Last updated
about 7 years ago
docker pull marcelohmariano/travis-cli