GitXplorerGitXplorer
m

continuous_integrations

public
0 stars
0 forks
1 issues

Commits

List of commits on branch master.
Verified
28f625c701615169fa1973d7f69c23893f7daf96

Merge pull request #4 from marcosdalte/development

mmarcosdalte committed 6 years ago
Unverified
4abac20d31935ecf9f4d3dd450b31d1fa77c57f1

new file python

committed 6 years ago
Verified
e6eadda351e729d7a028b2a4dfb131ca4989df78

Merge pull request #2 from marcosdalte/development

mmarcosdalte committed 6 years ago
Unverified
d7faa80f86cc2225d077dd5be131ce9d53f564c6

creation docker-compose file

committed 6 years ago
Verified
230f23d61707fddfea8f5e7eaadfe292f79361d9

Merge pull request #1 from marcosdalte/development

mmarcosdalte committed 6 years ago
Unverified
9e418e8554674ade68d712121537357d8113dcec

creation dockerfile

committed 6 years ago

README

The README file for this repository.

continuous_integrations

This repository is for applying some methods like the use of docker, kubernetes and docker

Commands to dockerfile

docker build -t ci_python .

docker run --rm ci_python python app.py

output: Running test... 18/09/2018

docker start/stop/pause/unpause <container-id/name>

docker container ls -a

docker logs -f <container-id/name>

docker ps -a

docker rm <container-id/name>

docker rmi <image/name>

Docker Compose

How to install docker-compose into ubuntu 16.04

sudo curl -L https://github.com/docker/compose/releases/download/1.18.0/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version

docker-compose up or docker-compose up -d

docker-compose down

docker-compose ps