super-netops / f5-super-netops-container

F5 Super NetOps container images that enable Automation and Orchestration with a DevOps methodology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Status

Master: badge_rtd_latest badge_travis_master

Develop: badge_rtd_develop badge_travis_develop

About

Super-NetOps is the new NetOps. This repo supports and auto-build integration with Docker Hub.

Docker Repo: https://hub.docker.com/r/f5devcentral/f5-super-netops-container/ GitHub Repo: https://github.com/f5devcentral/f5-super-netops-container

To learn more about Super-NetOps, read 'Does DevOps need a Super-NetOps':

https://redtalks.live/2016/11/04/does-devops-need-a-super-netops/

Use

The f5-super-netops container uses the Docker platform:

https://www.docker.com/products/overview#/install_the_platform

The following command will download the 'f5-super-netops-container', run it, remap the SSH and HTTP ports to localhost:2222 and localhost:8080 respectively and begin an interactive shell session:

docker run -p 8080:80 -p 2222:22 -it f5devcentral/f5-super-netops-container:base

About

F5 Super NetOps container images that enable Automation and Orchestration with a DevOps methodology

License:MIT License


Languages

Language:Python 53.7%Language:Shell 39.3%Language:Groovy 7.0%