SSH Firefox Mono complete
481
marchandd/term_ssh_user_monodotnet45 Docker:copyright: image
A sandbox container with last version of Mono environment ready to be exploited for Mono app from Linux or Windows host.
Easy method to produce a terminal containers to run Mono app into sandbox from secured host to remote client with SSH.
This image included Xamarin:copyright: mono-complete installed to run Gtk# and PCL (.Net Portable) apps.
Around 950 Mb.
:computer: docker pull marchandd/term_ssh_user_monodotnet45
:warning: If your Firewall is enabled on the host, with default outgoing policy turned to deny, you will have to disable 22 port filtering:
Not necessary to do if you want only to run MonoDevelop image...
Standalone mode only if you want to do software install by yourself.
:computer: docker run -d -p XXX.XXX.XXX.XXX:YYYYY:22 --name latest_term_ssh_user_monodotnet45 marchandd/term_ssh_user_monodotnet45
Where XXX.XXX.XXX.XXX is your IP v4 address.
Where YYYYY is your Private port, if you doesn't know free port, try from 49200...
Open terminal with docker account. Basic fixed password for Docker public repository = 'term_ssh_user_monodotnet45'
:computer: ssh -X [email protected] -p YYYYY
:computer: mono -V display v4.2.1 (at 20151117)
Make sure to have installed OpenSSH client or GUI SSH client (Putty).
A password is used and not a certificate that could be more secure.
Content type
Image
Digest
sha256:7073565b0…
Size
309.6 MB
Last updated
almost 11 years ago
docker pull marchandd/term_ssh_user_monodotnet45