portainer /
portainer
Making Docker and Kubernetes management easy.
95/100 healthLoading repository data…
EnigmaCurry / repository
No description provided.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is my custom jupyter lab container.
ryan. If you need to create this user, run:useradd -m ryan
ryan account to start systemd (user) services on boot:loginctl enable-linger ryan
ryan account for running containers:
/etc/subuid (If it does not exist, create a new file):
ryan:100000:65536/etc/subgid (If it does not exist, create a new file):
ryan:100000:65536ryan can now use podman and create containers, all running in his own
user account namespace (rootless).Clone this repository:
DIR=$HOME/git/vendor/enigmacurry/jupyterlab
git clone https://github.com/EnigmaCurry/jupyterlab.git $DIR
Build the container:
podman build -t enigmacurry/jupyterlab $DIR
Install the systemd service:
mkdir -p $HOME/.config/systemd/user
ln -s $DIR/jupyterlab.service $HOME/.config/systemd/user
systemctl --user enable --now jupyterlab
Access the logs of jupyterlab container:
journalctl --user --unit jupyterlab
If everything starts correctly, you should see a log message containing the URL and token you need in order to login the first time. For example:
http://127.0.0.1:10000/?token=XXXXXX
Open your browser to this URL and login.
To fully support emacs keybindings, you cannot run jupyter lab in a regular web browser. You can instead use an electron based app I've created called jupyter-electron. Follow the documentation at that link to get setup.
Selected from shared topics, language and repository description—not editorial ratings.
portainer /
Making Docker and Kubernetes management easy.
95/100 healthveggiemonk /
:whale: A curated list of Docker resources and projects
98/100 healthvulhub /
Pre-Built Vulnerable Environments Based on Docker-Compose
jessfraz /
Various Dockerfiles I use on the desktop and on servers.
96/100 healthhadolint /
Dockerfile linter, validate inline bash, written in Haskell
89/100 healthearthly /
Super simple build framework with fast, repeatable builds and an instantly familiar syntax – like Dockerfile and Makefile had a baby.
87/100 health