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
- Host: GitHub
- URL: https://github.com/alkorin/ovh-manager-dockerfile
- Owner: Alkorin
- Created: 2018-04-01T10:17:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T14:50:51.000Z (about 7 years ago)
- Last Synced: 2025-02-16T14:08:03.935Z (4 months ago)
- Topics: docker, manager, ovh
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```