Starting with oct19a, PIIC is included in the container, with 2 possible arguments, `ARCHIVE=1` will look for gildas in the archive , while `PIIC_ARCHIVE`, will look for piic in the archive
Starting from the oct19a, one has to define which gildas environement to use either `gaggildas` or `gagpiic` before launching gildas command.
Starting from the oct19a, one has to define which gildas environement to use either `gaggildas` or `gagpiic` before launching gildas command. It is easier to create usefull aliases in `~/.bashrc`
It is easier to create usefull aliases in `~/.bashrc`
```bash
...
...
@@ -67,7 +45,7 @@ alias gildas_docker='docker run -it \
--volume "/home/$USER:/home/$USER" \
--volume "/Users/$USER:/Users/$USER" \
--volume "/tmp/.X11-unix:/tmp/.X11-unix" \
abeelen/gildas:latest'
abeelen/gildas:latest-piic'
alias clic='gildas_docker "gaggildas; clic"'
alias mapping='gildas_docker "gaggildas; mapping"'
...
...
@@ -76,4 +54,64 @@ alias piic='gildas_docker "gagpiic; piic"'
Starting with oct19a, PIIC is included in the container, with 2 possible arguments, `ARCHIVE=1` will look for gildas in the archive , while `PIIC_ARCHIVE`, will look for piic in the archive