You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -it --rm --privileged --net=host -v pwd:/atomicapp -v /run:/run -v /:/host --name wordpress-rhel7-atomicapp -e NAME=wordpress-rhel7-atomicapp -e IMAGE=wordpress-rhel7-atomicapp wordpress-rhel7-atomicapp -v run /atomicapp
2015-06-05 17:55:46,791 - atomicapp.install - INFO - App name is wordpress-rhel7-atomicapp, will be populated to /atomicapp
2015-06-05 17:55:46,791 - atomicapp.nulecule_base - DEBUG - {'namespace': 'default', 'provider': 'kubernetes'}
2015-06-05 17:55:47,836 - atomicapp.nulecule_base - DEBUG - Output of docker images cmd: 48958b1c5f5f
2015-06-05 17:55:47,836 - atomicapp.nulecule_base - DEBUG - Image wordpress-rhel7-atomicapp already present with id 48958b1c5f5f. Use --update to re-pull.
2015-06-05 17:55:47,836 - atomicapp.nulecule_base - DEBUG - {'namespace': 'default', 'provider': 'kubernetes'}
2015-06-05 17:55:47,837 - atomicapp.install - DEBUG - Creating a container with name wordpress-rhel7-atomicapp-jyncpq
cb3117e73a95fcccb27e1061d0faeacf0e7555ce3893b005e392fa6be352a476
2015-06-05 17:55:49,246 - atomicapp.utils - INFO - Using temporary directory /tmp/nulecule-YPrmG1
2015-06-05 17:55:49,246 - atomicapp.install - DEBUG - ['docker', 'cp', 'wordpress-rhel7-atomicapp-jyncpq:/application-entity', '/tmp/nulecule-YPrmG1']
2015-06-05 17:55:49,683 - atomicapp.install - DEBUG - Application entity data copied to /tmp/nulecule-YPrmG1
wordpress-rhel7-atomicapp-jyncpq
2015-06-05 17:55:52,153 - atomicapp.install - DEBUG - Nulecule path for pulled image: /tmp/nulecule-YPrmG1/application-entity/Nulecule
Traceback (most recent call last):
File "/usr/bin/atomicapp", line 9, in
load_entry_point('atomicapp==0.1', 'console_scripts', 'atomicapp')()
File "/usr/lib/python2.7/site-packages/atomicapp/cli/main.py", line 89, in main
cli.run()
File "/usr/lib/python2.7/site-packages/atomicapp/cli/main.py", line 70, in run
args.func(args)
File "/usr/lib/python2.7/site-packages/atomicapp/cli/main.py", line 20, in cli_run
ae = Run(**vars(args))
File "/usr/lib/python2.7/site-packages/atomicapp/run.py", line 64, in init
install.install()
File "/usr/lib/python2.7/site-packages/atomicapp/install.py", line 98, in install
self.nulecule_base.loadMainfile(mainfile_path)
File "/usr/lib/python2.7/site-packages/atomicapp/nulecule_base.py", line 90, in loadMainfile
self.mainfile_data = anymarkup.parse_file(path)
File "/usr/lib/python2.7/site-packages/anymarkup/init.py", line 101, in parse_file
return parse(f, format, encoding, force_types)
File "/usr/lib/python2.7/site-packages/anymarkup/init.py", line 75, in parse
raise AnyMarkupError(e)
anymarkup.AnyMarkupError: AnyMarkupError: caught <class 'yaml.scanner.ScannerError'>: mapping values are not allowed here
in "", line 17, column 19
The text was updated successfully, but these errors were encountered:
atomic run wordpress-rhel7-atomicapp
docker run -it --rm --privileged --net=host -v
pwd
:/atomicapp -v /run:/run -v /:/host --name wordpress-rhel7-atomicapp -e NAME=wordpress-rhel7-atomicapp -e IMAGE=wordpress-rhel7-atomicapp wordpress-rhel7-atomicapp -v run /atomicapp2015-06-05 17:55:46,791 - atomicapp.install - INFO - App name is wordpress-rhel7-atomicapp, will be populated to /atomicapp
2015-06-05 17:55:46,791 - atomicapp.nulecule_base - DEBUG - {'namespace': 'default', 'provider': 'kubernetes'}
2015-06-05 17:55:47,836 - atomicapp.nulecule_base - DEBUG - Output of docker images cmd: 48958b1c5f5f
2015-06-05 17:55:47,836 - atomicapp.nulecule_base - DEBUG - Image wordpress-rhel7-atomicapp already present with id 48958b1c5f5f. Use --update to re-pull.
2015-06-05 17:55:47,836 - atomicapp.nulecule_base - DEBUG - {'namespace': 'default', 'provider': 'kubernetes'}
2015-06-05 17:55:47,837 - atomicapp.install - DEBUG - Creating a container with name wordpress-rhel7-atomicapp-jyncpq
cb3117e73a95fcccb27e1061d0faeacf0e7555ce3893b005e392fa6be352a476
2015-06-05 17:55:49,246 - atomicapp.utils - INFO - Using temporary directory /tmp/nulecule-YPrmG1
2015-06-05 17:55:49,246 - atomicapp.install - DEBUG - ['docker', 'cp', 'wordpress-rhel7-atomicapp-jyncpq:/application-entity', '/tmp/nulecule-YPrmG1']
2015-06-05 17:55:49,683 - atomicapp.install - DEBUG - Application entity data copied to /tmp/nulecule-YPrmG1
wordpress-rhel7-atomicapp-jyncpq
2015-06-05 17:55:52,153 - atomicapp.install - DEBUG - Nulecule path for pulled image: /tmp/nulecule-YPrmG1/application-entity/Nulecule
Traceback (most recent call last):
File "/usr/bin/atomicapp", line 9, in
load_entry_point('atomicapp==0.1', 'console_scripts', 'atomicapp')()
File "/usr/lib/python2.7/site-packages/atomicapp/cli/main.py", line 89, in main
cli.run()
File "/usr/lib/python2.7/site-packages/atomicapp/cli/main.py", line 70, in run
args.func(args)
File "/usr/lib/python2.7/site-packages/atomicapp/cli/main.py", line 20, in cli_run
ae = Run(**vars(args))
File "/usr/lib/python2.7/site-packages/atomicapp/run.py", line 64, in init
install.install()
File "/usr/lib/python2.7/site-packages/atomicapp/install.py", line 98, in install
self.nulecule_base.loadMainfile(mainfile_path)
File "/usr/lib/python2.7/site-packages/atomicapp/nulecule_base.py", line 90, in loadMainfile
self.mainfile_data = anymarkup.parse_file(path)
File "/usr/lib/python2.7/site-packages/anymarkup/init.py", line 101, in parse_file
return parse(f, format, encoding, force_types)
File "/usr/lib/python2.7/site-packages/anymarkup/init.py", line 75, in parse
raise AnyMarkupError(e)
anymarkup.AnyMarkupError: AnyMarkupError: caught <class 'yaml.scanner.ScannerError'>: mapping values are not allowed here
in "", line 17, column 19
The text was updated successfully, but these errors were encountered: