Skip to content

EM-GeekLab/educode_Dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

about

An image that starts both sshd and code-server, using s6-overlay.

usage

Ports:

  • 8080 -> code-server
  • 22 -> sshd

Change default code-server workspace:

# defalut:
CODE_WORKDIR=/home/ubuntu

build

podman build -f Dockerfile .

or build with some mirrors.

podman build -f Dockerfile . \
    --build-arg UBUNTU_MIRROR=http://mirrors.aliyun.com/ubuntu \
    --build-arg UBUNTU_SECURITY_MIRROR=http://mirrors.aliyun.com/ubuntu \
    --build-arg MINICONDA_MIRROR=https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published