Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

That's the general basics of it all. 

Creating a New Container in CloakedJS using Ansible

If you want to create a docker container in CloakedJS, have a look at the mockserver implementation in the following folders:

...

folder/file

...

Purpose

...

folder/file

...

Purpose

...

Define the building of the image. Folder structure:

...

Define the building of the container.

Folder structure:

...

Script to run the tasks mentioned above to build and deploy the docker image/container.

...

- { role: builder.mockserver, docker_image: mockserver }
- { role: deployer.local.mockserver, docker_image: mockserver, docker_port: 12000}