Metadata-Version: 2.1
Name: alidock
Version: 1.5.3
Summary: Run your ALICE environment from a container easily
Home-page: https://github.com/alidock/alidock
Author: Dario Berzano
Author-email: dario.berzano@cern.ch
License: GPL
Keywords: HEP computing container docker
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: PyYaml
Requires-Dist: docker
Requires-Dist: Jinja2
Requires-Dist: colorama
Requires-Dist: pathlib
Provides-Extra: devel
Requires-Dist: pylint (<=2.3.1) ; extra == 'devel'
Requires-Dist: twine (>=1.11.0) ; extra == 'devel'
Requires-Dist: setuptools (>=38.6.0) ; extra == 'devel'
Requires-Dist: wheel (>=0.31.0) ; extra == 'devel'

alidock

=======





Run your ALICE environment from a container. Install [Docker](https://docs.docker.com/install/),

then:



    bash <(curl -fsSL https://raw.githubusercontent.com/alidock/alidock/master/alidock-installer.sh)



Windows users can [install the package with pip](https://pypi.org/pypi/alidock) instead.



You may need to close and reopen your terminal as advised. Run alidock now:



    alidock



You are instantly dropped in a shell with a consistent ALICE environment from a Docker container.

From there you can directly run, for example:



    aliBuild init O2@dev --defaults o2

    aliBuild build O2 --defaults o2



and it will download the precompiled binaries for you.



Your home directory in the container, called `/home/alidock`, is available from outside the

container in `~/alidock`. This means you can use your favourite text editor or IDE from your laptop,

no need to edit from inside the container.



📜 Full documentation available [on the Wiki](https://github.com/alidock/alidock/wiki).


