This is a basic Ubuntu box I have configured with some utilities I commonly want but aren't in the base Ubuntu image.
Extras:
You can use this image as your CoreOS toolbox:
# set toolboxrc
echo "TOOLBOX_DOCKER_IMAGE=crccheck/zz" > ~/.toolboxrc
# start toolbox
toolbox
or by adding this to your user-data:
write_files:
- path: /home/core/.toolboxrc
owner: core:core
permissions: 0644
content: |
TOOLBOX_DOCKER_IMAGE=crccheck/zz
You can then access the parent filesystem at /media/root.
zz?zz.Content type
Image
Digest
sha256:c6f8bf868…
Size
236.8 MB
Last updated
almost 4 years ago
docker pull crccheck/zz