Skip to content

luis40895/gl-tests-ci

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to our Docker installation readme :)

Download & install Docker

Linux

Ubuntu
Debian
CentOS
Fedora

Mac

Windows

Get Docker credentials

In order to access images from Docker Hub, you need to have Docker credentials (a Docker account) : Docker is a FREE and OPENSOURCE project which gives you the possibility to store images on the cloud. It demands then to everyone to contribute by letting them images accessible to anybody, please do register and make an account thx.

Pull & Run your Docker environment

  • docker login
  • Put your credentials
  • docker build -t gl-tests-ci .
  • docker run -it --name=java-container gl-tests-ci :warning: On windows : winpty docker run -it --name=java-container gl-tests-ci

#docker build -t testhop . #winpty docker run -it --name=marienplop3 testhop #mvn install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%