[ create a new paste ] login | about

Link: http://codepad.org/RlCSb0Lq    [ raw code | output | fork ]

C, pasted on Apr 1:
1
2
3
4
  my_docker_container:
    type: OS::Heat::Docker
    docker_endpoint: { get_attr: [my_instance, first_address] }
    image: cirros


Output:
1
2
Line 1: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
Line 4: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token


Create a new paste based on this one


Comments: