Skip to content

andrefernandes/docker-mono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-mono

CentOS 7 + Mono

Base CentOS image with Mono runtime.

Built with tips from bryanayers/docker-centos7-mono3.8.0 (tnx!).

Useful scripts

  • build.sh : builds the image locally (docker build)
  • runbash.sh : convenient way to run commands on a new container (fast-food, auto-destroy) or even to just open a bash shell to play.

Some nice tests:

Open bash:

./runbash.sh
bash-4.2# echo Wheeee

Show Mono version:

./runbash.sh mono -V
Mono JIT compiler version 3.8.0 (tarball Tue Sep  9 15:04:47 UTC 2014)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
	TLS:           __thread
	SIGSEGV:       altstack
	Notifications: epoll
	Architecture:  amd64
	Disabled:      none
	Misc:          softdebug 
	LLVM:          supported, not enabled.
	GC:            sgen

About

CentOS 7 + Mono

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages