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

How To Run Docker container for HTML work space inorder to migrate C9 workspace to local computer? #104

Open
BalipalliGayathri opened this issue Jun 19, 2019 · 0 comments

Comments

@BalipalliGayathri
Copy link

Hello Team,

We are trying to do the migration of C9 workspace on to Local computer. Following is the link which we have followed till now. For that, I downloaded my project using workspace image option. Now we are trying to run docker container for HTML project using Docker ToolBox. Here is the command which we have used.

docker run --privileged -e "IP=192.168.99.100" -e "PORT=8080" --name myc9ws --mount type=bind,source="$(pwd)"/home/workspace,target=/var/www/html -d -t -p 5050:5050 -p 8080-8082:8080-8082 cloud9/ws-html5

Container status showing as running. but I didn’t get my HTML Project while hitting the URL in the browser .

How could I access the workspace(dashboard)?

I am new to C9. so, Can you please suggest(any preferable links) regarding on what might be the exact paths(source, target) we should give at mount options for HTML workspace with an example?

Is it the workspace image option right for downloading the C9 workspace?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant