Skip to content

Dockerfile for M1 Mac - #426

Open
iory wants to merge 3 commits into
jsk-enshu:masterfrom
iory:docker
Open

Dockerfile for M1 Mac#426
iory wants to merge 3 commits into
jsk-enshu:masterfrom
iory:docker

Conversation

@iory

@iory iory commented Mar 3, 2022

Copy link
Copy Markdown
Collaborator

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
Copy Markdown

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 thread docker/README.md
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

Copy link
Copy Markdown

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