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