Skip to content

Commit

Permalink
Delete Container Linux toolbox
Browse files Browse the repository at this point in the history
It's unmaintained, and has a dependency on rkt which is also unmaintained.
  • Loading branch information
bgilbert committed May 23, 2022
1 parent 0483acc commit bc19342
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 100 deletions.
20 changes: 1 addition & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# toolbox - bring your tools with you

toolbox is a small script that launches a container to let you bring in your favorite debugging or admin tools.

There are currently two scripts that live within this repository:
- toolbox: designed for Container Linux, uses rkt and systemd-nspawn
- rhcos-toolbox: designed for Red Hat CoreOS, uses podman
rhcos-toolbox is a small script, designed for RHEL CoreOS, that launches a podman container to let you bring in your favorite debugging or admin tools.

## Usage

Expand All @@ -25,20 +21,6 @@ listening on ens3, link-type EN10MB (Ethernet), capture size 65535 bytes

toolbox uses a Fedora-based userspace environment by default, but this can be changed to any Docker image. Simply override environment variables in `$HOME/.toolboxrc`:

#### toolbox

```
core@core-01 ~ $ cat ~/.toolboxrc
TOOLBOX_DOCKER_IMAGE=ubuntu-debootstrap
TOOLBOX_DOCKER_TAG=14.04
core@core-01 ~ $ toolbox
Spawning container core-ubuntu-debootstrap-14.04 on /var/lib/toolbox/core-ubuntu-debootstrap-14.04.
Press ^] three times within 1s to kill container.
root@core-01:~# apt-get update && apt-get install tcpdump
```

#### rhcos-toolbox

```
core@core-01 ~ $ cat ~/.toolboxrc
REGISTRY=registry.redhat.io
Expand Down
81 changes: 0 additions & 81 deletions toolbox

This file was deleted.

0 comments on commit bc19342

Please sign in to comment.