Search for and pull alpine
.
Get an interactive shell in an alpine
container.
List container's distribution and kernel.
Info
Distribution info is in /etc/os-release
on alpine
Compare these to your host.
Find your shell's proces ID on your host.
Install figlet
in your alpine
container. Run it with some parameters.
Info
alpine
uses the apk
package manager:
- apk update
- apk search something
- apk add something
Exit your previous container.
Re-run your container and make sure you're in the same container
(Can you run figlet
without re-installing it?)