pkgx & Docker
We provide an image based on Debian Buster (slim) preloaded with pkgx
:
You can use this as a base:
Or if you want to use pkgx
in another image:
We have binaries for Linux aarch64 (arm64) thus Docker on your Apple Silicon Mac is as fast and easy as deployments.
At this time our shellcode doesn’t work in Docker, but we are working on making pkgx
able to be a proxy shell for these situations.
dev
dev
dev
works in our image but because Docker steps are each individual shells our shellcode only works in that step. Thus:
To use dev
in another image is more complicated but there are a couple options:
eval
ing our installer integrates the shell code into the current shell.
Alternatively you can use pkgx integrate
provided docker is instructed to use a more advanced shell like bash:
Last updated