https://github.com/dockerizations/argus_platform_admin
https://github.com/dockerizations/argus_platform_admin
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dockerizations/argus_platform_admin
- Owner: dockerizations
- License: mit
- Created: 2023-11-01T00:08:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T00:08:45.000Z (over 2 years ago)
- Last Synced: 2025-05-17T19:38:16.727Z (9 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Argus Platform Admin
This repository contains Dockerfile of `sail-8.3/app` for Docker's build
published to the public [Docker Hub Registry][docker-hub-registry].
## Run environment
```shell
$ # docker system prune -a
$ cd ~
$ cd /path/to/projects/dockerizations/argus_platform_admin/
$ ./vendor/bin/sail build --no-cache
$ ./vendor/bin/sail up -d
$ ./vendor/bin/sail bash
$ ./vendor/bin/sail down
$ exit
```
### Run custom local environment (example)
```shell
$ # docker system prune -a
$ cd ~
$ cd /path/to/projects/dockerizations/argus_platform_admin/
$ ./vendor/bin/sail -f ./docker-compose-dev.yml build --no-cache
$ ./vendor/bin/sail -f ./docker-compose-dev.yml up -d
$ ./vendor/bin/sail bash
$ ./vendor/bin/sail -f ./docker-compose-dev.yml down
$ exit
```
## Credits
- [Nikola Zeravcic][link-author]
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more
information.
[docker-hub-registry]: https://hub.docker.com/
[link-author]: https://github.com/zeravcic