Skip to content

dockerizations/argus_platform_admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Argus Platform Admin

This repository contains Dockerfile of sail-8.3/app for Docker's build published to the public Docker Hub Registry.

Run environment

$ # 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)

$ # 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

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors