项目作者: alidock

项目描述 :
ALICE environment in a container 🐳
高级语言: Python
项目地址: git://github.com/alidock/alidock.git
创建时间: 2018-11-12T10:47:47Z
项目社区:https://github.com/alidock/alidock

开源协议:GNU General Public License v3.0

下载


Disclaimer: alidock is a community-maintained tool, on best-effort basis. It has been conceived to be used in specific situations like analysis tutorials events. While alidock can be a convenient tool also for facilitate software development/deployment it is not either the official nor the recommended tool for installing experiment software. Please refer to: https://alice-doc.github.io/alice-analysis-tutorial for further information on installing ALICE software.

alidock

Build Status
Python package
PyPI version
Docker pulls

Run your ALICE environment from a container. Install Docker,
then*:

  1. ${SHELL} <(curl -fsSL https://raw.githubusercontent.com/alidock/alidock/master/alidock-installer.sh)

Windows users can install the package with pip instead.

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

  1. 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:

  1. aliBuild init O2@dev --defaults o2
  2. 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.

* bash is supported, zsh should work too.