Open up Powershell
Go into a container:
docker exec -it <mycontainer> bash
opening files in a container:
show file list:
ls
show file list:
change dir: cd {directory}
Show file content:
cat {filename}
Open up Powershell
Go into a container:
docker exec -it <mycontainer> bash
opening files in a container:
show file list:
ls
show file list:
change dir: cd {directory}
Show file content:
cat {filename}