Skip to content

Simple dockerized console applications in different languages

License

Notifications You must be signed in to change notification settings

bennda/samples-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Console Applications

This project contains simple console applications in different popular languages, incl. docker files.

About

Sample console applications are available in the following languages:

  • bash
  • go
  • java
  • dotnet
  • powershell
  • python

Features

Sample applications contain the following features:

  • echo text
  • generation random number

Every language directory also includes a Dockerfile.

Quickstart

Use make in root directory to build docker images for each language (same as make all).

Build

Build applications for all languages:

  make build

Run Tests

Execute tests for all languages:

  make test

License

This is project is licensed under the MIT License.

About

Simple dockerized console applications in different languages

Resources

License

Stars

Watchers

Forks