...
Code Block |
---|
> bsub -G ${group_name} -Is -q general-interactive -a 'docker(alpine)' date
|
This example uses “docker” with no number. Since “docker1” is the latest available application interface, “docker” can be thought of as a link to “docker1”. Numbered applications like docker0 to dockerN represent “versioned APIs”, so that use cases designed to work with specific implementations are not broken by future releases.
...