Commit Graph

4 Commits (21c8aaf0cf5b8e4ebe47840e49a692425a13bb82)

Author SHA1 Message Date
Florent BENOIT 15565173d8 Adds a check for linuxkit in addition to moby to detect if we're running docker4mac or docker4windows (else it will flag it as being 'native')
The change has been introduced with latest versions of Docker
issue is #7282

Change-Id: Id71fed460ae55ff6a1a5c34b6771f898872c91b1
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-11-14 09:30:30 +01:00
Mykhailo Kuznietsov ce41b4a71d Change copyright owner to "Red Hat, Inc" on remaining files (#6032)
* Change copyright owner on remaining files

* fixup! Change copyright owner on remaining files

* fixup! fixup! Change copyright owner on remaining files
2017-08-17 18:05:53 +03:00
Florent BENOIT 26e4cefdba Add search algorithm for host ip with fedora enp* network interfaces #4020
Change-Id: I6b65eba02eaab76260d33ffb323fe7413d5ee162
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2017-02-23 09:28:49 +01:00
Florent BENOIT 61894e5f78 [cli] rewrite of che-ip utility (#3952)
* Fix #3941 by rewriting che-ip utility
 - Rewrite che-ip with more helper functions
 - introduce bats unit tests for each function
 - For each “supported OS”, we have an output of “ip a show” command and then run against each of this file the tool to check if it performs as expected

./build.sh : build image + run tests (option to skip tests = —skip-tests)
./run.sh   : run image
./test.sh   : run the unit tests (no need to build the image first)

Change-Id: Ic92825d2b427139d52db69f0131bee21d16d3c0f
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2017-01-31 18:56:09 +01:00