No project description provided
Project description
Nanolayer CLI
Installation
pipx install nanolayer
GH Release installation:
Usage:
nanolayer install gh cli/cli gh
Comparisons
Regular:
FROM python:3.10
RUN apt-get -y update && apt-get install -y htop
With nanolayer:
FROM python:3.10
RUN curl -sfL https://github.com/devcontainers-contrib/cli/releases/download/v0.4.0rc0/nanolayer-x86_64-unknown-linux-gnu.tgz | tar fxvz - -C /tmp && \
chmod 755 /tmp/nanolayer && ls /tmp && \
/tmp/nanolayer install apt-get htop && \
rm /tmp/nanolayer
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for nanolayer-0.4.0rc3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13685f2ea306c2f592cb3899eda02dad1879ade4ae57961faf9c25d1c81d9070 |
|
MD5 | e73e6826e2ec25f159483728f54413c6 |
|
BLAKE2b-256 | 78be86cb27faaefc5acf4aa32dad54289d236fb9a6d7530b7341c70b6237136b |