https://github.com/alfex4936/docker-debian
운영체제 과제를 위해 Windows에서 사용했던 Docker VM
https://github.com/alfex4936/docker-debian
debian docker
Last synced: about 2 months ago
JSON representation
운영체제 과제를 위해 Windows에서 사용했던 Docker VM
- Host: GitHub
- URL: https://github.com/alfex4936/docker-debian
- Owner: Alfex4936
- Created: 2021-04-09T13:42:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-09T13:47:54.000Z (about 5 years ago)
- Last Synced: 2025-10-22T07:25:13.910Z (8 months ago)
- Topics: debian, docker
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requirements
Docker, ssh
# Usage
Windows에서 Debian 10.8 환경으로 코딩하기 위해 사용했던 Docker VM
[@자세한 설명](https://www.seokdev.site/312)
```code
cmd > ./run
cmd > ssh -l root -p 11111 localhost
```