🇬🇧
Styio Developer Manual
English
English
  • Overview
  • Unka's Diary
    • 2024-2025
  • Dev Env
    • Introduction
    • Preparation
      • Windows
      • Linux
      • MacOS
    • LLVM
    • Docker
      • Pull Image
      • Create Container
      • Versions
      • Others
    • Visual Studio Code
    • MSVC
  • Rules
    • 1. Pay only what you need.
  • Milestones
    • Task Board
    • History
    • IF YOU DON'T KNOW WHAT TO DO
  • Possible Optimizations
    • Parse URLs
  • Dark Magic
    • Enable Hyper-V
  • Thinking
    • Add A New AST
    • Decisions
    • Questions
    • Other Questions
    • Value
    • Outcome
Powered by GitBook
On this page
  • Build From Dockerfile
  • Download Image
  1. Dev Env
  2. Docker

Pull Image

Build From Dockerfile

Standard Version

Debian 12, LLVM 18

docker build -t styio https://github.com/eBioRing/styio-dev-env.git#main:docker/std

Lite Version

Debian 12, LLVM 18

docker build -t styio-lite https://github.com/eBioRing/styio-dev-env.git#main:docker/lite

Lite Image for China

Debian 12, LLVM 18

docker build -t styio-cn-lite-d12-l18 https://github.com/eBioRing/styio-dev-env.git#main:docker/cn/lite-debian-12-llvm-18

Download Image

PreviousDockerNextCreate Container

Last updated 1 year ago