MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 7 as of 2021-11-27 20:37:30
  • Alpine

Alpine

  • https://alpinelinux.org/

Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.

  • https://alpinelinux.org/downloads/

  • http://dl-cdn.alpinelinux.org/alpine/v3.12/releases/x86_64/alpine-standard-3.12.1-x86_64.iso

ISO size is 125MB.

Commands

  • apk update # update package list/db
  • apk search # show available packages
  • apk info # show installed packages

Docker

   1 cd ~/tmp/
   2 mkdir AlpineTest
   3 cd AlpineTest/
   4 docker build -t env-docker-alpine-image . 
   5 docker run -p 8081:8081 -d -it --rm --name env-docker-alpine-container --mount type=bind,source="$(pwd)",target=/app env-docker-alpine-image
   6 docker exec -it env-docker-alpine-container sh

Dockerfile

   1 FROM alpine:3.12 
   2 RUN apk add --update --no-cache python3 curl wget nano vim 
   3 CMD ["cat"]
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01