Skip to content

gbraad/dockerfile-mono

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mono

"Prompt"

Docker container containing Mono and PowerShell

Registries

GitLab

Available as an automated builds at the GitLab container registry.

  • CentOS 7:
    docker pull registry.gitlab.com/gbraad/mono:c7
  • Fedora 24:
    docker pull registry.gitlab.com/gbraad/mono:f24

Docker hub

Available as an automated build from the Docker registry.

  • CentOS 7:
    docker pull gbraad/mono:c7
  • Fedora 24:
    docker pull gbraad/mono:f24

Usage

Setup an alias

Setup a local alias makes running the container a lot easier

Container based on CentOS

$ alias posh='docker run -it --rm -v $PWD:/workspace registry.gitlab.com/gbraad/mono:c7'

Issue command

$ posh
PowerShell 
Copyright (C) 2016 Microsoft Corporation. All rights reserved.

PS /workspace> 

Note: the current directory will be available as /workspace.

Authors

"Gerard Braad"
@gbraad