Skip to content

foliea/docker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-example

foliea/docker-example

A dummy hello world example written in go running inside a Docker container.

This served as an example for my talk Introduction to containers and Docker at Golang Paris Meetup.

Usage

Build

docker build -t foliea/docker-example .

Run

docker run -t foliea/docker-example

Get a shell in the container

docker run -ti foliea/docker-example /bin/bash

About

A dummy docker example for Golang Paris Meetup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages