Skip to content

Commit

Permalink
Update docker-container.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat5TV committed Aug 18, 2019
1 parent 11b72a1 commit f5defd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notes/docker/docker-container.md
@@ -1,5 +1,6 @@
- Create the Debian container: `docker run --name nemslinux -d -t -i -v /sys/fs/cgroup:/sys/fs/cgroup:ro dramaturg/debian-systemd`
- Connect to the container: `docker exec -it nemslinux bash`
- Ensure all packages are updated and system is upgraded to Buster.
- Prep as normal.
- *exit* and restart the container: `docker restart nemslinux`
- Reconnect and build: `nems-build.sh 21`

0 comments on commit f5defd7

Please sign in to comment.