returnstr('Container of type "{}" with image "{}" and ports "{}" from registry "{}" of user "{}"'.format(self.type,self.image,self.ports,self.registry,self.user))
@@ -102,6 +106,8 @@ class Container(models.Model):
color_map_index=string_int_hash%len(color_map)
returncolor_map[color_map_index]
#=========================
# Computing resources
#=========================
@@ -123,6 +129,10 @@ class Computing(models.Model):