SSH issues
ccalhoun
PROOP

10 months ago

Quite a dumb question but since nano and vim aren't available, what is?

Solved

8 Replies

ccalhoun
PROOP

10 months ago

N/A


medim
MODERATOR

10 months ago

Are you using a Dockerfile?
If your built image is based on Alpine it will not include nano as that is not bundled with alpine


medim
MODERATOR

10 months ago

You can do apk --update --no-cache add nano to install it


ccalhoun
PROOP

10 months ago

I'm just using a docker image.


ccalhoun
PROOP

10 months ago

I rebuilt the image on a different tag and was able to use the apk command.


ccalhoun
PROOP

10 months ago

!s


medim
MODERATOR

10 months ago

Nice! Closing this thread.


medim
MODERATOR

10 months ago

!s


Status changed to Solved medim 10 months ago


Loading...