# learn-pipeline-go **Repository Path**: devops-ws/learn-pipeline-go ## Basic Information - **Project Name**: learn-pipeline-go - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-06 - **Last Updated**: 2021-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Docker Pulls](https://img.shields.io/docker/pulls/devopsws/go-server.svg)](https://hub.docker.com/r/devopsws/go-server/tags) This is very simple HTTP server written by golang. # Get started Start it by following command: `docker run --rm -p 8080:80 devopsws/go-server:latest` then you can visit it via: `curl http://localhost:8080` # Flux Please go into the directory [flux](flux) if you like to try it.