Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryosukedtomita/apache2_docker_test
Dockerでssh接続可能なapacheサーバを作ってみる(ローカルでのファイル共有を想定)
https://github.com/ryosukedtomita/apache2_docker_test
apache2 docker
Last synced: about 1 month ago
JSON representation
Dockerでssh接続可能なapacheサーバを作ってみる(ローカルでのファイル共有を想定)
- Host: GitHub
- URL: https://github.com/ryosukedtomita/apache2_docker_test
- Owner: RyosukeDTomita
- License: unlicense
- Created: 2023-04-15T05:42:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-14T13:18:51.000Z (9 months ago)
- Last Synced: 2024-05-11T05:55:24.399Z (8 months ago)
- Topics: apache2, docker
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# INDEX
- [ABOUT](#ABOUT)
- [ENVIRONMENT](#ABOUT)
- [PREPARING](#PREPARING)
- [HOW TO USE](#HOW-TO-USE)
- [REFERENCE](#REFERENCE)# ABOUT
build apache and ssh server in Local Network to shared file or something.# ENVIRONMENT
- docker
- bash(Ubuntu 20.04)# PREPARING
1. install docker.
2. give privilege `docker` not root.# HOW TO USE
1. put file you wanted to share in this directory.
2. edit [setup.sh](./setup.sh)```shell
file_="your file name"
```
3. execute [setup.sh](./setup.sh)```shell
./setup.sh
```4. access webserver to check apache is runninng.[http://localhost:81](check)
5. access yourfile. http://localhost:81/your file name