Versions Compared

Key

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

...

Code Block
languagebash
(base) [fermi@be68136958ad ~]$ ds9
(base) [fermi@be68136958ad ~]$ cd /data
(base) [fermi@be68136958ad data]$ ls
this_is_the_share_directory

Back on the host system, download this file, Quick_Test.zip, and put it in the shared directory. Then, unzip it which will create a directory.

Code Block
(base) user@host fermi_summer_school % unzip Quick_Test.zip 
Archive:  Quick_Test.zip
   creating: Quick_Test/
  inflating: Quick_Test/Quick_Test.ipynb  
  inflating: Quick_Test/SC00.fits    
  inflating: Quick_Test/3C279_1deg_gti.fits  
(base) user@host fermi_summer_school % ls
Quick_Test/                  Quick_Test.zip               this_is_the_share_directory

In the container, you should see the change:

...