An open API service indexing awesome lists of open source software.

https://github.com/alkorin/ovh-manager-dockerfile


https://github.com/alkorin/ovh-manager-dockerfile

docker manager ovh

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Dockerfile with build environment for OVH's Manager

Ex with manager-dedicated:
```
$ docker run -it -p 9000:9000 $(docker build -q .)
user@1bb61c7d3da3:~$ git clone https://github.com/ovh-ux/ovh-manager-dedicated.git
user@1bb61c7d3da3:~$ cd ovh-manager-dedicated/
user@83fdb1d648a2:~/ovh-manager-dedicated$ ln -s /home/user/ssl/ server/certificate
user@83fdb1d648a2:~/ovh-manager-dedicated$ make install && grunt serve --no-open
```