Accrual to Clinical Trials
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here are the two contianers URL running at the same time! Note the port numbers.

 

To get a list of running containers type in: docker container ls

Image Added

 

To get to the act_container's shell type in: docker exec -it act_container sh.  Below you can see this in the example, here I did a ls, once inside the 
contianers shell. to leave the shell, type in exit. This will bring you back to the host OS.

Image Added