web-app1

command
v0.0.0-...-82c4727 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

README

Docker Image and Container Cleanup

docker stop $(docker ps -aq)
docker rmi --force $(docker images -q)
docker rm $(docker ps -aq)

Docker Login (in-progress)

docker login

Intro Golang Web Dev

docker build -t introweb .
docker run --name introweb -d -p 8080:8080 introweb

Test App

http://localhost:8080/

Tag and Upload

docker tag introweb cicdpoc/introweb:poc
docker push cicdpoc/introweb:poc

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL