Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu 12.04 supported #508

Closed
drings-liu opened this issue Sep 22, 2016 · 2 comments
Closed

ubuntu 12.04 supported #508

drings-liu opened this issue Sep 22, 2016 · 2 comments
Assignees
Milestone

Comments

@drings-liu
Copy link

Swarm cluster have been running!
WARNING: The Docker Engine you're using is running in swarm mode.

Compose does not use swarm mode to deploy services to multiple nodes in a swarm. All containers will be scheduled on the current node.

To deploy your application across the swarm, use the bundle feature of the Docker experimental build.

More info:
https://docs.docker.com/compose/bundles

Removing rolex_rolex_registry_1
Removing rolex_rolex_1
Starting rolex_rolex_db_1
Recreating 57cef041743f_rolex_rolex_registry_1
Recreating 62545171d5f2_rolex_rolex_1

ERROR: for rolex_db Cannot start service rolex_db: oci runtime error: apparmor failed to apply profile: no such file or directory

ERROR: for rolex_registry Cannot start service rolex_registry: oci runtime error: apparmor failed to apply profile: no such file or directory

ERROR: for rolex Cannot start service rolex: oci runtime error: apparmor failed to apply profile: no such file or directory
ERROR: Encountered errors while bringing up the project.

@drings-liu
Copy link
Author

已经解决,没有安装 apparmor造成.

@vitan
Copy link
Contributor

vitan commented Sep 23, 2016

@drings-liu can you send PR to warn the user? In my opinion, we'd better to add another check, refer here

@vitan vitan added this to the v1.0.5 milestone Sep 23, 2016
@vitan vitan self-assigned this Sep 26, 2016
@vitan vitan changed the title 在ubuntu 12.04环境下安装出错 ubuntu 12.04 supported Sep 26, 2016
@vitan vitan closed this as completed Sep 26, 2016
vitan added a commit that referenced this issue Sep 28, 2016
1. I18N
2. Merged blackmamba and rolex into crane
3. Improved the add node function
4. Added id attribute for html
5. Many UE improvements
6. Increased the test coverage
7. Implemented stack templates CRUD
8. Module plugin code refactor
9. Listed the supported OS
10. fixed bugs: #404 , #410, #429, #433, #451, #452, #460, #464, #465,
\#471 , #484, #500, #503, #504, #508, #510, #538
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants