8000 Tags · alidock/alidock · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Tags: alidock/alidock

Tags

1.6.2

Toggle 1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump aliBuild to 1.8.7 (#192)

1.6.1

Toggle 1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add six to dependencies (#191)

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixup line breaking container startup (#165)

v1.5.3

Toggle v1.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Offer alternative to os.getlogin() (#153)

* Offer alternative to os.getlogin()

* Fix compatibility P2-P3 for Errors

v1.5.2

Toggle v1.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix python2 vs python3 compatibility (#150)

v1.5.1

Toggle v1.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Circumvent possible Python2 bug (#148)

Co-authored-by: Sebastian Scheid <hscheid@cern.ch>

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set shared memory size to 1 GB (#147)

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Downgrade virtualenv to 16.0.0 on Linux only (#76)

This is a temporary measure. See #74 and pypa/virtualenv#1270

v1.3.0

Toggle v1.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add support for user mounts (#66)

User mounts are now available with the `--mount` switch, or the `mount:` section
in the configuration file. Only existing directories can be mounted. All mounts
will be visible inside `/mnt` in the container and will be in read-write mode,
unless otherwise specified. Format for each mount:

    /path/to/host/dir[:label[:[rw|ro]]]

Fixes #64.

v1.2.2

Toggle v1.2.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Give a sensible hostname to containers (#60)

0