I am running an image of Alpine Linux in a container. I am running into some issues with the use of apk. I am trying to install python to the container but have these errors. I am not sure what I can do to fix these errors
/ # apk install python
ERROR: 'install' is not an apk command. See 'apk --help'.
/ # apk add python
ERROR: Unable to lock database: Read-only file system
ERROR: Failed to open apk database: Read-only file system
/ # apk update
ERROR: Unable to lock database: Read-only file system
ERROR: Failed to open apk database: Read-only file system
/ # apk version
ERROR: Unable to read database state: IO ERROR
ERROR: Failed to open apk database: IO ERROR