Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gotoren/custom-nginx
Nginx イメージをカスタマイズする
https://github.com/gotoren/custom-nginx
Last synced: 4 days ago
JSON representation
Nginx イメージをカスタマイズする
- Host: GitHub
- URL: https://github.com/gotoren/custom-nginx
- Owner: GotoRen
- Created: 2023-10-26T13:56:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-29T02:38:56.000Z (about 1 year ago)
- Last Synced: 2023-10-29T03:22:58.779Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://hub.docker.com/repository/docker/ren1007/custom-nginx/general
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# custom-nginx
Nginx イメージをカスタマイズする
## コマンド
```shell
### Dockerfile をビルド
$ make docker/build### コンテナを実行
$ make docker/run### Docker イメージタグを変更
$ make docker/tag/change### Docker イメージを push
$ make docker/push
```