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
[](https://microbadger.com/images/alien4cloud/alien4cloud"Get your own image badge on microbadger.com")[](https://microbadger.com/images/alien4cloud/alien4cloud"Get your own version badge on microbadger.com")
5
+
6
+
See https://alien4cloud.github.io for details on how ALIEN for Cloud
7
+
(Application LIfecycle ENabler for cloud) can help you manage your application deployments.
8
+
9
+
Run this command to start Alien4Cloud :
10
+
```
11
+
docker run -d --name a4c -p 8088:8088 alien4cloud/alien4cloud
12
+
```
13
+
14
+
You can then access the UI at http://_IPAddress_:8088 and login as _admin_/_admin_.
15
+
16
+
**Note**: if you are using a HTTP proxy that needs to be known by Alien4Cloud,
17
+
for example if you need to import archives in Alien4cloud from an external web site,
18
+
you can define this proxy in Alien4Cloud using the environment variable **JAVA_EXT_OPTIONS**.
0 commit comments