[program-l] Re: Accessibly managing Linux containers from Windows

  • From: Chris Nestrud <ccn@xxxxxxxxxxxxxxxx>
  • To: program-l@xxxxxxxxxxxxx
  • Date: Wed, 12 Jan 2022 19:42:32 -0600

Jacob,

I've used Vagrant (www.vagrantup.com) for quickly getting virtual
machines up and running.

The Vagrant VMs are meant for development and testing, not production.

The steps would be:

1. make a new directory and cd to it

2. run 'vagrant init' which will create a file called Vagrantfile

3. Edit Vagrantfile to specify the setup of your VM (Linux distribution,
type of networking, etc.).

4. Run 'vagrant up' to create the VM

5. Run 'vagrant ssh' to connect via ssh using command-line, or 'vagrant
ssh-config' to print the ssh configuration that you'd need when setting
up a connection in a GUI client.

Hope this helps.

Chris

On Wed, Jan 12, 2022 at 08:23:59PM -0500, Jacob Elsberry wrote:

In an effort to modernize our software, we are moving away from monolithic 
applications that run on JBOSS. We are starting to containerize our 
applications, which means I will need to start getting educated about Linux 
since I really haven???t used it much at all. I use a screen reader, and 
I???m trying to anticipate any potential accessibility roadblocks now so I 
can hopefully focus on the other aspects of the learning curve without 
spending a bunch of time fighting with screen reading challenges.

I???m wondering if anyone has experience accessing a Linux virtual machine on 
Windows using Hyper-V. I believe I may need to do that in order to manage 
Linux containers, but I???m not sure the best way to make it accessible. It 
would be nice if I could access the VM from a terminal using my Windows 
screen reader, possibly by using Putty or something similar. I suspect the VM 
would need to be configured for that, so I???d probably need sighted help in 
order to set it up each time. If anyone has any suggestions for quickly 
getting screen reader access to a Linux virtual machine I would appreciate it 
very much.

Thanks!

** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq
** To leave the list, click on the immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=unsubscribe]
** If this link doesn't work then send a message to:
** program-l-request@xxxxxxxxxxxxx
** and in the Subject line type
** unsubscribe
** For other list commands such as vacation mode, click on the
** immediately-following link:-
** [mailto:program-l-request@xxxxxxxxxxxxx?subject=faq]
** or send a message, to
** program-l-request@xxxxxxxxxxxxx with the Subject:- faq

Other related posts: