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

Dockerfile for M1 Mac #426

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Dockerfile for M1 Mac #426

wants to merge 3 commits into from

Conversation

iory
Copy link
Contributor

@iory iory commented Mar 3, 2022

What is this?

Some students want to take exercises on the m1 Mac.
This PR is for running exercises in a Mac environment using docker.

vnc-jsk-enshu.mp4

Quick start

First, please install Docker Desktop and launch it.

Next, clone this repository and build docker.

$ git clone https://github.com/jsk-enshu/robot-programming
$ cd robot-programming
$ git remote add iory https://github.com/iory/robot-programming
$ git fetch iory
$ git checkout -b docker iory/docker
$ cd docker
$ ./build.sh

After that, run the docker container.

$ ./run.sh

You can access inside the container by accessing the following url.

http://localhost:8080/vnc_auto.html

Now you can start the exercise!

@tkmtnt7000
Copy link

Very attractive pull request!
I have confirmed that this PR works and the contents of the README work in the following environment.

My environment:

Hardware MacBook Pro (13-inch, M1, 2020)
CPU Apple M1
Memory 8GB
OS macOS Monterey 12.2.1

Comment on lines +12 to +14
$ git remote add iory https://github.com/iory/robot-programming
$ git fetch iory
$ git checkout -b docker iory/docker

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you should remove these lines before merging.

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

Successfully merging this pull request may close these issues.

2 participants