This FOIA VistA docker image will create a VistA instance based on the FOIA VistA released to OSEHRA by VA at monthly interval, usually towards the first ten days of each month.
FOIA VistA docker image is provided as is for people who want VistA completely unmodifed. The only changes that are made to what is given to OSEHRA by the VA are some minor fixes to allow the instance to run on GT.M. If you download FOIA VistA, you are on your own for getting the VistA clients to connect and for getting the normal background processes (Taskman, Mailman) to start.
docker run -p 9430:9430 -p 8001:8001 -p 2222:22 -d -P --name=foiavista osehra/foiavista
This will require several minutes before the system completes the setup. Type the following command to see if FOIA VistA container is running
docker ps
You should see the following response:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ab7de0849700 osehra/foiavista "/bin/sh -c /home/..." 16 hours ago Up 16 hours 0.0.0.0:9430->9430/tcp, 0.0.0.0:2222->22/tcp, 0.0.0.0:8006->8001/tcp foiavista
Docker Container User Accounts:
NOTE: by default ${instance} is foia. The GT.M system runs under the “foia” system account.
| Linux User Name | Password |
|---|---|
| root | docker |
| foiatied | tied |
| foiaprog | prog |
VistA User Accounts:
None.
Accessing VistA Using the CPRS, Vitals, and BCMA Demo Client Applications
You need to download the clients from http://foia-vista.osehra.org/.
Stop FOIA VistA Container
Exit from the FOIA session, and then from the shell type
docker stop foiavista
Restart FOIA VistA Container
To start up the FOIA VistA, from the shell type
docker start foiavista
Delete FOIA VistA Container
To remove the foiavista container, run this:
docker rm foiavista
Content type
Image
Digest
Size
1.1 GB
Last updated
about 7 years ago
docker pull samindcon/foiavista