Actions
Bug #6953
closed[Documentation] Document installation of the Docker image cleaner on compute node install guide
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Documentation
Target version:
Story points:
0.5
Description
Extend the compute node install guide so it tells users:
- To install the
arvados-docker-cleaner
package. - To run the service as a daemon using the command
python3 -m arvados_docker.cleaner --quota [size]
, where[size]
can be any number+unit, like10G
or1T
.
Updated by Nico César about 9 years ago
checking ecb657ad9ef120efac6efd5edd1df4b086987542
LGTM
also: I checked dependencies on trusty for arvados-docker-cleaner, making sure python3 will be installed. looks good to me:
apt-get install arvados-docker-cleaner --dry-run Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: python3-docker-py python3-requests python3-six python3-websocket-client The following NEW packages will be installed: arvados-docker-cleaner python3-docker-py python3-requests python3-six python3-websocket-client 0 upgraded, 5 newly installed, 0 to remove and 52 not upgraded. Inst python3-six (1.5.2-1ubuntu1 Ubuntu:14.04/trusty-updates [all]) Inst python3-requests (2.7.0 Freight:trusty [all]) Inst python3-websocket-client (0.32.0 Freight:trusty [all]) Inst python3-docker-py (1.3.1 Freight:trusty [all]) Inst arvados-docker-cleaner (0.1.20150511213617 Freight:trusty [all]) Conf python3-six (1.5.2-1ubuntu1 Ubuntu:14.04/trusty-updates [all]) Conf python3-requests (2.7.0 Freight:trusty [all]) Conf python3-websocket-client (0.32.0 Freight:trusty [all]) Conf python3-docker-py (1.3.1 Freight:trusty [all]) Conf arvados-docker-cleaner (0.1.20150511213617 Freight:trusty [all])
Updated by Tom Clegg about 9 years ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|commit:316528db7406bd6986da89fdbfc01688dcb1ad4e.
Actions