Project

General

Profile

Download (3.79 KB) Statistics
| Branch: | Tag: | Revision:

foreman-docker / test / functionals / containers_steps_controller_test.rb @ ef3feba4

# Date Author Comment
d5d9d39e 05/05/2015 10:24 AM Shlomi Zadok

Fixes #9393 - Allow users to create container without starting it

bc82d5d5 04/14/2015 03:42 AM Vanya Jauhal

Fixes #7865 - Adds support for configuring dns during container creation

8e2848d5 04/13/2015 04:02 AM Vanya Jauhal

Fixes #7864 - Adds support for exposed_ports

41572b90 02/05/2015 05:15 PM Partha Aji

refs #8918 - Enable creating container via katello

This commit provides the integration point to enable katello provision
docker container

63ae5d99 01/28/2015 05:39 AM Dmitri Dolguikh

fixes #9033: errors encountered in new container wizard are being shown now

6d101d7a 12/24/2014 12:31 PM Dmitri Dolguikh

fixes #7867: container creation wizard now tracks state in dedicated objects

c57dae56 12/19/2014 05:44 PM David Davis

Fixes #8632 - Move docker tables out of foreman-docker

ada932ab 12/04/2014 01:20 PM Dmitri Dolguikh

Fixes #7647: Added support for external registries

28b68f21 10/28/2014 08:25 AM Daniel Lobato Garcia

Fixes #7872 - Create container without Fog to assign name

Fog is currently making the key 'name' camelcase which is preventing the
Docker API from picking it up and use it as a name. Until Fog is
patched, we should use docker-api to set the name properly.

dbf8ec1a 10/22/2014 01:36 PM Dmitri Dolguikh

Fixes #8031 - container model initialization is no longer order-dependent

8d215ef6 10/21/2014 05:00 AM Daniel Lobato Garcia

Fixes #8003 - Wizard finish redirects to container

38e5019c 10/20/2014 01:26 AM Daniel Lobato Garcia

Fixes #7986 - Save container UUID and display managed containers

8b1f4103 10/18/2014 05:35 AM Daniel Lobato Garcia

Refs #7642 - Refactor image/tag and tests

3bc253a2 10/18/2014 05:34 AM David Davis

Refs #7642 - Create docker image and tag models