Skip to content

EugeneFenko/GL-DevOps-ProCamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NETOP

GlobalLogic DevOps ProCamp

GitGub Pages GitGub Pages

How To UseLicense

How To Use

From GitHub

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/EugeneFenko/GL-DevOps-ProCamp.git

# Go into the repository folder
$ cd GL-DevOps-ProCamp

# Run the app
$ npm run netop mem  or  $ npm run netop cpu

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

From Docker

Run command:

docker run -e SHOW=mem gt60/netop 

From Docker-compose

Create file: docker-compose.yml

version: '3.3'
services:
    netop:
        environment:
            - SHOW=mem
        image: gt60/netop

Run command:

docker-compose up

License

MIT


fenko.ga  ·  GitHub @eugenefenko  ·  LinkedIn @eugenefenko

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published