...
| Code Block | ||||
|---|---|---|---|---|
| ||||
docker run -v .:/mnt -it baltig.infn.it:4567/epics-containers/epics-base bash
## docker shell
cd /mnt ## go in the . directory that is mounted
mkdir mynewiocsample
cd mynewuicsample
makeBaseApp.pl -t example mynewiocsample
make |
...