Files
ifconfig/README.md
T

37 lines
895 B
Markdown
Raw Normal View History

2022-11-14 13:03:16 -05:00
## 👋 Welcome to ifconfig 🚀
2022-02-14 16:45:10 -05:00
2022-11-14 13:03:16 -05:00
Description
## Install my system scripts
2022-02-14 16:45:10 -05:00
```shell
2022-11-14 13:03:16 -05:00
sudo bash -c "$(curl -q -LSsf "https://github.com/systemmgr/installer/raw/main/install.sh")"
sudo systemmgr --config && sudo systemmgr install scripts
2022-02-14 16:45:10 -05:00
```
2022-11-14 13:03:16 -05:00
## Get source files
2022-02-14 16:45:10 -05:00
```shell
2022-11-14 13:03:16 -05:00
dockermgr download src ifconfig
2022-02-14 16:45:10 -05:00
```
2022-11-14 13:03:16 -05:00
OR
2022-02-14 16:45:10 -05:00
```shell
2022-11-14 13:03:16 -05:00
git clone "https://github.com/casjaysdevdocker/ifconfig" "$HOME/Projects/github/casjaysdevdocker/ifconfig"
2022-02-14 16:45:10 -05:00
```
2022-11-14 13:03:16 -05:00
## Build container
2022-02-14 16:45:10 -05:00
```shell
2022-11-14 13:03:16 -05:00
cd "$HOME/Projects/github/casjaysdevdocker/ifconfig"
buildx
2022-02-14 16:45:10 -05:00
```
2022-11-14 13:03:16 -05:00
## Authors
2022-02-14 16:45:10 -05:00
2022-11-14 13:03:16 -05:00
🤖 casjay: [Github](https://github.com/casjay) [Docker](https://hub.docker.com/r/casjay) 🤖
📽 dockermgr: [Github](https://github.com/dockermgr) [Docker](https://hub.docker.com/r/dockermgr) 📽
⛵ CasjaysDev Docker: [Github](https://github.com/casjaysdevdocker) [Docker](https://hub.docker.com/r/casjaysdevdocker) ⛵