Skip to content

webkittae/dockerization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Docker toolkit installation/update

Just follow REQUIRE

Base usage

Running

$ ./console.sh

provide you with help that should be fairly easy to follow

$ ./console.sh examples

Latest set of projects configured in dockerization

$ ./console.sh l

List of available projects:

        dev/mail
  [b]   dev/project

  [b] - project build use settings

build settings are located in dockers/[env-name]/[project-name]/docker/.settings default build settings are located in dockers/[env-name]/[project-name]/docker/.settings-default

Setting up dev/ projects

First you need to configure dev/ projects hosts on your local Linux host.

$ sudo su -
# cat dockers/dev/hostnames-dockers >> /etc/hosts
# exit

Please check if you do not have a local network conflict in regards to IP range

Linking and build

projects may require your local git code repository as these setups are for project developers

$ ./console.sh l

List of available projects:

        dev/mail
  [b]   dev/project

  [b] - project build use settings

$ ./console link project PATH-TO-PROJECT-CODE-REPO
$ ./console b,u mail,project

An example for project linking with repo and building and upping (b,u) of all elements (mail,project)

About

Dockerization - Original will be kept here

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages